mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Remove dupe-warning suppressor
This commit is contained in:
@@ -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