Update pandora_networkmap.view.php

This commit is contained in:
Luis 2021-09-28 08:50:00 +00:00
parent 90ac62c0cc
commit 849ce30da5
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ if (is_ajax()) {
}
if (empty($ids) === false) {
$where_id_agente = 'AND id_agente NOT IN ('.implode(',', $ids).')';
$where_id_agente = 'id_agente NOT IN ('.implode(',', $ids).')';
}
}