Merge branch 'ent-4308-error-sql-en-la-vista-de-reprotes-en-html-de-groups-event-report-metaconsola' into 'develop'

Resolved error query

See merge request artica/pandorafms!2566
This commit is contained in:
Alejandro Fraguas 2019-07-15 15:44:39 +02:00
commit e3e187b122
1 changed files with 1 additions and 1 deletions

View File

@ -4865,7 +4865,7 @@ function events_get_count_events_by_agent(
COUNT(*) AS count
FROM %s t3
WHERE utimestamp > %d AND utimestamp <= %d
AND id_grupo IN (%s) %s
AND id_grupo IN (%s)
GROUP BY id_agente',
$tagente,
$tevento,