Fixed little bug causing parse error

git-svn-id: file:///svn/phpbb/trunk@892 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
James Atkinson 2001-08-16 07:44:57 +00:00
parent ab55f28b81
commit cc5c71851d

View file

@ -220,7 +220,7 @@ switch($mode)
if(!$result = $db->sql_query($moved_topics)) 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") if(SQL_LAYER != "mysql")