mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02: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:
@@ -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);
|
||||
|
||||
?>
|
||||
?>
|
||||
|
Reference in New Issue
Block a user