mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
Update functions_alerts.php with correction
This commit is contained in:
parent
579b8d4965
commit
c2c29c0d4a
@ -2192,7 +2192,7 @@ function get_group_alerts(
|
||||
FROM tagente ta
|
||||
LEFT JOIN tagent_secondary_group tasg
|
||||
ON ta.id_agente = tasg.id_agent
|
||||
WHERE ta.disable = 0
|
||||
WHERE ta.disabled = 0
|
||||
AND
|
||||
id_grupo IN ('.implode(',', $id_group).')
|
||||
OR id_group IN ('.implode(',', $id_group).'))';
|
||||
|
Loading…
x
Reference in New Issue
Block a user