mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-26 03:19:05 +02:00
wip reports alert actions
This commit is contained in:
parent
960c2de6c3
commit
81277246a5
@ -1773,7 +1773,7 @@ $class = 'databox filters';
|
||||
} else {
|
||||
$all_modules = db_get_all_rows_sql(
|
||||
sprintf(
|
||||
'SELECT nombre, id_agente_modulo
|
||||
'SELECT distinct(nombre), id_agente_modulo
|
||||
FROM tagente_modulo
|
||||
WHERE id_agente IN (%s)',
|
||||
implode(',', array_values($id_agents))
|
||||
|
Loading…
x
Reference in New Issue
Block a user