Update functions_alerts.php with correction

This commit is contained in:
José González 2021-01-15 09:58:18 +01:00
parent 579b8d4965
commit c2c29c0d4a
1 changed files with 1 additions and 1 deletions

View File

@ -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).'))';