diff --git a/db_readdump.php3 b/db_readdump.php3 index 610263879..69116ff0b 100755 --- a/db_readdump.php3 +++ b/db_readdump.php3 @@ -78,7 +78,6 @@ $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); diff --git a/lib.inc.php3 b/lib.inc.php3 index 3bd8563ec..bc304e451 100755 --- a/lib.inc.php3 +++ b/lib.inc.php3 @@ -1692,42 +1692,6 @@ var errorMsg2 = ' strlen($sql)) { - break; - } - } // end while - $sql = substr($sql, 0, $i) . substr($sql, $i+$j); - } // end if - $i++; - } // end while - - return $sql; - } // end of the 'remove_remarks()' function - - - /* ------------------------ The bookmark feature ----------------------- */ /**