diff options
| author | Ludovic Arnaud <ludovic_arnaud@users.sourceforge.net> | 2002-10-01 21:41:57 +0000 |
|---|---|---|
| committer | Ludovic Arnaud <ludovic_arnaud@users.sourceforge.net> | 2002-10-01 21:41:57 +0000 |
| commit | 1666e7d3e733bf81b460497ac334232258c343fa (patch) | |
| tree | 8b38089a0dc8a0c47899a6202dcf658b6c640b8b /phpBB/db | |
| parent | 6752c2a1683f0c065aedd93c62084f73c3930aaf (diff) | |
| download | forums-1666e7d3e733bf81b460497ac334232258c343fa.tar forums-1666e7d3e733bf81b460497ac334232258c343fa.tar.gz forums-1666e7d3e733bf81b460497ac334232258c343fa.tar.bz2 forums-1666e7d3e733bf81b460497ac334232258c343fa.tar.xz forums-1666e7d3e733bf81b460497ac334232258c343fa.zip | |
First implementation of subforums handling in index.
git-svn-id: file:///svn/phpbb/trunk@2912 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/db')
| -rw-r--r-- | phpBB/db/mysql.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/db/mysql.php b/phpBB/db/mysql.php index 6a25ea9397..5286b215ad 100644 --- a/phpBB/db/mysql.php +++ b/phpBB/db/mysql.php @@ -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 != '' ) { |
