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
|
FROM tagente ta
|
||||||
LEFT JOIN tagent_secondary_group tasg
|
LEFT JOIN tagent_secondary_group tasg
|
||||||
ON ta.id_agente = tasg.id_agent
|
ON ta.id_agente = tasg.id_agent
|
||||||
WHERE ta.disable = 0
|
WHERE ta.disabled = 0
|
||||||
AND
|
AND
|
||||||
id_grupo IN ('.implode(',', $id_group).')
|
id_grupo IN ('.implode(',', $id_group).')
|
||||||
OR id_group IN ('.implode(',', $id_group).'))';
|
OR id_group IN ('.implode(',', $id_group).'))';
|
||||||
|
|
Loading…
Reference in New Issue