Add forum ordering to Index

git-svn-id: file:///svn/phpbb/trunk@68 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2001-02-27 18:52:10 +00:00
parent ad9d4d2605
commit 760e5a23eb

View file

@ -70,7 +70,7 @@ if($total_categories)
LEFT JOIN ".POSTS_TABLE." p ON p.post_id = f.forum_last_post_id
LEFT JOIN ".USERS_TABLE." u ON u.user_id = p.poster_id
$limit_forums
ORDER BY f.forum_id";
ORDER BY f.cat_id, f.forums_order";
if(!$q_forums = $db->sql_query($sql))
{
error_die($db, QUERY_ERROR);