mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
First implementation of subforums handling in index.
git-svn-id: file:///svn/phpbb/trunk@2912 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -137,7 +137,7 @@ class sql_db
|
||||
return ( $this->query_result) ? $this->query_result : ( ( $transaction == END_TRANSACTION ) ? true : false );
|
||||
}
|
||||
|
||||
function sql_query_limit($query = '', $total, $offset, $transaction = false)
|
||||
function sql_query_limit($query = '', $total, $offset = 0, $transaction = false)
|
||||
{
|
||||
if ( $query != '' )
|
||||
{
|
||||
|
Reference in New Issue
Block a user