diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 547192d04b..0e84e71e19 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2009-04-02 Esteban Sanchez + + * reporting/fgraph.php: Removed id_agente reference on combined + graphs. Fixes #2724895 + 2009-04-01 Esteban Sanchez * godmode/alerts/alert_compounds.php: Fixed group All. diff --git a/pandora_console/reporting/fgraph.php b/pandora_console/reporting/fgraph.php index c0599c304e..c4235e189f 100644 --- a/pandora_console/reporting/fgraph.php +++ b/pandora_console/reporting/fgraph.php @@ -171,8 +171,7 @@ function graphic_combined_module ($module_list, $weight_list, $period, $width, $ $previous = (float) get_previous_data ($id_agente_modulo, $datelimit); $result = get_db_all_rows_filter ('tagente_datos', - array ('id_agente' => $id_agente, - 'id_agente_modulo' => $id_agente_modulo, + array ('id_agente_modulo' => $id_agente_modulo, "utimestamp > $datelimit", "utimestamp < $date", 'order' => 'utimestamp ASC'),