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:
@@ -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':
|
||||
|
Reference in New Issue
Block a user