From ba251e87315b2806305b1a4a248df644c3f3bdb8 Mon Sep 17 00:00:00 2001 From: "marcos.alconada" Date: Tue, 2 Apr 2019 10:18:56 +0200 Subject: [PATCH] Changed sql error Former-commit-id: 44e44ac87e446b8ce1753a64e790a5d957938a11 --- pandora_console/include/functions_events.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/functions_events.php b/pandora_console/include/functions_events.php index dc69af7baf..993e1b7cd7 100644 --- a/pandora_console/include/functions_events.php +++ b/pandora_console/include/functions_events.php @@ -4571,7 +4571,7 @@ function events_list_events_grouped_agents($sql) $sql = sprintf( 'SELECT * FROM %s LEFT JOIN tagent_secondary_group - ON tagent_secondary_group.id_agent = tevento.id_agente + ON tagent_secondary_group.id_agent = id_agente WHERE %s', $table, $sql