Fix for bug #488041.. Forum ordering on Postgres

git-svn-id: file:///svn/phpbb/trunk@1733 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
the_systech 2001-12-28 19:55:27 +00:00
parent 17b3441412
commit e3777f10cd

View file

@ -164,7 +164,8 @@ if($total_categories = $db->sql_numrows($q_categories))
WHERE p.post_id = f.forum_last_post_id
)
$limit_forums
)";
)
ORDER BY f.cat_id, f.forum_order";
break;
case 'oracle':