2009-04-02 Esteban Sanchez <estebans@artica.es>
* reporting/fgraph.php: Removed id_agente reference on combined graphs. Fixes #2724895 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1587 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
31f37e6719
commit
ee2d5df0f5
|
@ -1,3 +1,8 @@
|
|||
2009-04-02 Esteban Sanchez <estebans@artica.es>
|
||||
|
||||
* reporting/fgraph.php: Removed id_agente reference on combined
|
||||
graphs. Fixes #2724895
|
||||
|
||||
2009-04-01 Esteban Sanchez <estebans@artica.es>
|
||||
|
||||
* godmode/alerts/alert_compounds.php: Fixed group All.
|
||||
|
|
|
@ -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'),
|
||||
|
|
Loading…
Reference in New Issue