mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00: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:
parent
d5a41ebfa0
commit
413cd7bf03
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ class sql_db
|
||||||
return false;
|
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)
|
function sql_query_limit($query = '', $total, $offset = 0)
|
||||||
|
|
Loading…
Add table
Reference in a new issue