diff --git a/db_readdump.php3 b/db_readdump.php3 index 69116ff0b..610263879 100755 --- a/db_readdump.php3 +++ b/db_readdump.php3 @@ -78,6 +78,7 @@ $sql_query_cpy = $sql_query; * Executes the query */ if ($sql_query != '') { + $sql_query = remove_remarks($sql_query); $pieces = split_sql_file($sql_query, ';'); $pieces_count = count($pieces);