aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/index.php
diff options
context:
space:
mode:
authorLudovic Arnaud <ludovic_arnaud@users.sourceforge.net>2002-11-05 04:50:55 +0000
committerLudovic Arnaud <ludovic_arnaud@users.sourceforge.net>2002-11-05 04:50:55 +0000
commitbc6e36ef4f79132029f4f27f592872311724097b (patch)
tree612cf91829c5dba2d33dd2ad8bbd81cbf04d0a3b /phpBB/index.php
parent5b73ad4cbd8c83f1fd5cc5713836e15caff8a045 (diff)
downloadforums-bc6e36ef4f79132029f4f27f592872311724097b.tar
forums-bc6e36ef4f79132029f4f27f592872311724097b.tar.gz
forums-bc6e36ef4f79132029f4f27f592872311724097b.tar.bz2
forums-bc6e36ef4f79132029f4f27f592872311724097b.tar.xz
forums-bc6e36ef4f79132029f4f27f592872311724097b.zip
viewforum queries update + a couple of bugfixes.
git-svn-id: file:///svn/phpbb/trunk@3007 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/index.php')
-rw-r--r--phpBB/index.php2
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
{