From 64466e455745e1dc7e6b9f9f9eea693cb72a976d Mon Sep 17 00:00:00 2001 From: Alejandro Gallardo Escobar Date: Thu, 30 Apr 2015 12:46:43 +0200 Subject: [PATCH] Error fix --- pandora_console/include/functions_graph.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/functions_graph.php b/pandora_console/include/functions_graph.php index 116f052456..7d39828ddb 100755 --- a/pandora_console/include/functions_graph.php +++ b/pandora_console/include/functions_graph.php @@ -2409,7 +2409,7 @@ function grafico_eventos_grupo ($width = 300, $height = 200, $url = "", $meta = $sql = sprintf ('SELECT DISTINCT(id_agente) AS id_agente, id_grupo, COUNT(id_agente) AS count'.$field_extra.' FROM '.$event_table.' - WHERE rownum <= 0 %s %s + WHERE rownum <= 8 %s %s GROUP BY id_agente, id_grupo'.$groupby_extra.' ORDER BY count DESC', $url, $tags_condition); break;