diff --git a/phpBB/adm/admin_forums.php b/phpBB/adm/admin_forums.php index ba06d56830..c951a069b8 100644 --- a/phpBB/adm/admin_forums.php +++ b/phpBB/adm/admin_forums.php @@ -388,7 +388,7 @@ switch ($mode) if ($old_forum_type == FORUM_POST && $forum_type == FORUM_CAT) { -?>
lang['Delete_all_posts'] ?>   lang['Move_posts_to'] ?>
lang['DELETE_ALL_POSTS'] ?>   lang['MOVE_POSTS_TO'] ?> @@ -463,6 +463,13 @@ switch ($mode) lang['FORUM_STYLE'] ?>: + lang['ENABLE_TOPIC_ICONS'] ?>: /> lang['YES']; ?>   /> lang['NO']; ?> @@ -848,7 +855,7 @@ switch ($mode) $db->sql_freeresult($result); // Start transaction - $db->sql_transaction(); + $db->sql_transaction('begin'); $sql = 'UPDATE ' . FORUMS_TABLE . ' SET left_id = left_id + ' . ($diff_up + 1) . ', right_id = right_id + ' . ($diff_up + 1) . '