mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
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:
parent
17b3441412
commit
e3777f10cd
1 changed files with 3 additions and 2 deletions
|
@ -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':
|
||||
|
@ -472,4 +473,4 @@ $template->pparse("body");
|
|||
|
||||
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
|
||||
|
||||
?>
|
||||
?>
|
||||
|
|
Loading…
Add table
Reference in a new issue