From cc5c71851d73ada642479b4880130903d4c1c617 Mon Sep 17 00:00:00 2001 From: James Atkinson Date: Thu, 16 Aug 2001 07:44:57 +0000 Subject: [PATCH] Fixed little bug causing parse error git-svn-id: file:///svn/phpbb/trunk@892 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/modcp.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/phpBB/modcp.php b/phpBB/modcp.php index b2cda4a96b..158be55059 100644 --- a/phpBB/modcp.php +++ b/phpBB/modcp.php @@ -179,7 +179,7 @@ switch($mode) } $sql .= "topic_id = ".$topics[$x]; $delete_topics .= "topic_id = ".$topics[$x]; - $moved_topics .= "topic_moved_id = ".$topics[$x]; + $moved_topics .= "topic_moved_id = ".$topics[$x]; } $topics_removed = $x; @@ -220,9 +220,9 @@ switch($mode) if(!$result = $db->sql_query($moved_topics)) { - message_die(GENERAL_ERRORm "Could not delete moved topics!", "Error", __LINE__, __FILE__, $moved_topics); + message_die(GENERAL_ERROR, "Could not delete moved topics!", "Error", __LINE__, __FILE__, $moved_topics); } - + if(SQL_LAYER != "mysql") { $update_index = "UPDATE ".FORUMS_TABLE."