Update pandora_networkmap.view.php
This commit is contained in:
parent
90ac62c0cc
commit
849ce30da5
|
@ -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).')';
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue