Remove dupe-warning suppressor

This commit is contained in:
f0o
2015-09-02 15:29:09 +01:00
parent ca0f9ea2f9
commit a2096dad51
+1 -1
View File
@@ -45,7 +45,7 @@ while (!feof($sql_fh)) {
if (!empty($line)) {
$creation = mysqli_query($database_link, $line);
if (!$creation && ($limit <= 100 || $limit > 391) ) {
if (!$creation) {
echo 'WARNING: Cannot execute query ('.$line.'): '.mysqli_error($database_link)."\n";
}
}