1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-07 09:21:15 +01:00

Changed f.forums_order to f.forum_order

git-svn-id: file:///svn/phpbb/trunk@78 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Bart van Bragt 2001-03-03 22:43:39 +00:00
parent 810863d318
commit f4a63f8dbb

@ -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.cat_id, f.forums_order";
ORDER BY f.cat_id, f.forum_order";
if(!$q_forums = $db->sql_query($sql))
{
error_die($db, QUERY_ERROR);