mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
more fixes for postgres..
git-svn-id: file:///svn/phpbb/trunk@1736 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
2a5ce3cfe1
commit
a4b2f460ee
1 changed files with 1 additions and 1 deletions
|
@ -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':
|
||||
|
|
Loading…
Add table
Reference in a new issue