mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 19:38:53 +00:00
Fixed #499363; reordering of newly created forums
git-svn-id: file:///svn/phpbb/trunk@1796 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
bcb49feb95
commit
789c8b06ae
1 changed files with 2 additions and 2 deletions
|
@ -355,7 +355,7 @@ if( !empty($mode) )
|
|||
$row = $db->sql_fetchrow($result);
|
||||
|
||||
$max_order = $row['max_order'];
|
||||
$next_order = $max_order + 1;
|
||||
$next_order = $max_order + 10;
|
||||
|
||||
$sql = "SELECT MAX(forum_id) AS max_id
|
||||
FROM " . FORUMS_TABLE;
|
||||
|
@ -916,4 +916,4 @@ $template->pparse("body");
|
|||
|
||||
include('page_footer_admin.'.$phpEx);
|
||||
|
||||
?>
|
||||
?>
|
||||
|
|
Loading…
Add table
Reference in a new issue