1
0
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:
Ludovic Arnaud
2002-10-01 21:41:57 +00:00
parent 6752c2a168
commit 1666e7d3e7
7 changed files with 305 additions and 276 deletions

View File

@@ -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 != '' )
{