aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart van Bragt <bartvb@users.sourceforge.net>2002-01-04 12:43:49 +0000
committerBart van Bragt <bartvb@users.sourceforge.net>2002-01-04 12:43:49 +0000
commit789c8b06aee4415b9a2a62664a2d968de95f4467 (patch)
tree8965f16a592ddbd6a323803e3d907d0bcef4dbe4
parentbcb49feb951077d4e69d7a9a7c6d28f08113b213 (diff)
downloadforums-789c8b06aee4415b9a2a62664a2d968de95f4467.tar
forums-789c8b06aee4415b9a2a62664a2d968de95f4467.tar.gz
forums-789c8b06aee4415b9a2a62664a2d968de95f4467.tar.bz2
forums-789c8b06aee4415b9a2a62664a2d968de95f4467.tar.xz
forums-789c8b06aee4415b9a2a62664a2d968de95f4467.zip
Fixed #499363; reordering of newly created forums
git-svn-id: file:///svn/phpbb/trunk@1796 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/admin/admin_forums.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/admin/admin_forums.php b/phpBB/admin/admin_forums.php
index c6d14e79a0..0a4c021a93 100644
--- a/phpBB/admin/admin_forums.php
+++ b/phpBB/admin/admin_forums.php
@@ -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);
-?> \ No newline at end of file
+?>