mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Revert "Fixed gets "all" group in the ntwmap generator"
This reverts commit a45475ad70d1c9994817a6c2a78ca73035d766fe.
This commit is contained in:
parent
a45475ad70
commit
f9b6dc3b84
@ -370,8 +370,6 @@ function agents_get_agents ($filter = false, $fields = false,
|
|||||||
if (empty ($filter['id_grupo'])) {
|
if (empty ($filter['id_grupo'])) {
|
||||||
$all_groups = true;
|
$all_groups = true;
|
||||||
$filter['id_grupo'] = $groups;
|
$filter['id_grupo'] = $groups;
|
||||||
// Include "All group"
|
|
||||||
$filter['id_grupo'][] = 0;
|
|
||||||
}
|
}
|
||||||
elseif (! is_array ($filter['id_grupo'])) {
|
elseif (! is_array ($filter['id_grupo'])) {
|
||||||
$all_groups = false;
|
$all_groups = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user