aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/modcp.php
diff options
context:
space:
mode:
authorJames Atkinson <thefinn@users.sourceforge.net>2001-08-16 07:44:57 +0000
committerJames Atkinson <thefinn@users.sourceforge.net>2001-08-16 07:44:57 +0000
commitcc5c71851d73ada642479b4880130903d4c1c617 (patch)
treea4678d7bb090e825db85b646c6dbb27fd1577ae9 /phpBB/modcp.php
parentab55f28b816558e65664eb47ddea183d2a21a7b9 (diff)
downloadforums-cc5c71851d73ada642479b4880130903d4c1c617.tar
forums-cc5c71851d73ada642479b4880130903d4c1c617.tar.gz
forums-cc5c71851d73ada642479b4880130903d4c1c617.tar.bz2
forums-cc5c71851d73ada642479b4880130903d4c1c617.tar.xz
forums-cc5c71851d73ada642479b4880130903d4c1c617.zip
Fixed little bug causing parse error
git-svn-id: file:///svn/phpbb/trunk@892 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/modcp.php')
-rw-r--r--phpBB/modcp.php6
1 files 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."