mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 06:51:08 +02:00
Fixed little bug causing parse error
git-svn-id: file:///svn/phpbb/trunk@892 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -220,7 +220,7 @@ 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")
|
||||
|
Reference in New Issue
Block a user