diff options
Diffstat (limited to 'phpBB/index.php')
-rw-r--r-- | phpBB/index.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/index.php b/phpBB/index.php index 94651a46f6..7e224d830b 100644 --- a/phpBB/index.php +++ b/phpBB/index.php @@ -109,6 +109,8 @@ if ($cat_id == 0) LEFT JOIN ' . USERS_TABLE . ' u ON f.forum_last_poster_id = u.user_id ORDER BY f.left_id'; } + + $sql = 'SELECT * FROM ' . FORUMS_TABLE . ' ORDER BY left_id'; } else { |