1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

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
)
ORDER BY f.cat_id, f.forum_order";
ORDER BY cat_id, forum_order";
break;
case 'oracle':