mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
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…
x
Reference in New Issue
Block a user