mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
My contribution for today: 1 extra byte
git-svn-id: file:///svn/phpbb/trunk@2960 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -181,7 +181,7 @@ class sql_db
|
||||
return false;
|
||||
}
|
||||
|
||||
return ( $this->query_result) ? $this->query_result : fals;
|
||||
return ( $this->query_result) ? $this->query_result : false;
|
||||
}
|
||||
|
||||
function sql_query_limit($query = '', $total, $offset = 0)
|
||||
|
Reference in New Issue
Block a user