From 37137ed98ea6db12235446889af9067d3d6da5b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Tue, 21 Aug 2001 14:25:21 +0000 Subject: [PATCH] restored the use of the remove_remarks function that is required with scripts beginning by comments --- db_readdump.php3 | 1 + 1 file changed, 1 insertion(+) diff --git a/db_readdump.php3 b/db_readdump.php3 index 69116ff0ba..6102638798 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);