mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
Remove dupe-warning suppressor
This commit is contained in:
+1
-1
@@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user