restored the use of the remove_remarks function that is required with scripts beginning by comments

This commit is contained in:
Loïc Chapeaux
2001-08-21 14:25:21 +00:00
parent e311b8f565
commit 37137ed98e

View File

@@ -78,6 +78,7 @@ $sql_query_cpy = $sql_query;
* Executes the query * Executes the query
*/ */
if ($sql_query != '') { if ($sql_query != '') {
$sql_query = remove_remarks($sql_query);
$pieces = split_sql_file($sql_query, ';'); $pieces = split_sql_file($sql_query, ';');
$pieces_count = count($pieces); $pieces_count = count($pieces);