Error fix

This commit is contained in:
Alejandro Gallardo Escobar 2015-04-30 12:46:43 +02:00
parent 665951fe07
commit 64466e4557
1 changed files with 1 additions and 1 deletions

View File

@ -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;