more fixes for postgres..

git-svn-id: file:///svn/phpbb/trunk@1736 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
the_systech 2001-12-28 22:24:09 +00:00
parent 2a5ce3cfe1
commit a4b2f460ee

View file

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