mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
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
e2ca04a9c9
commit
ca6cf39a23
@ -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>
|
2009-04-01 Esteban Sanchez <estebans@artica.es>
|
||||||
|
|
||||||
* godmode/alerts/alert_compounds.php: Fixed group All.
|
* 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);
|
$previous = (float) get_previous_data ($id_agente_modulo, $datelimit);
|
||||||
|
|
||||||
$result = get_db_all_rows_filter ('tagente_datos',
|
$result = get_db_all_rows_filter ('tagente_datos',
|
||||||
array ('id_agente' => $id_agente,
|
array ('id_agente_modulo' => $id_agente_modulo,
|
||||||
'id_agente_modulo' => $id_agente_modulo,
|
|
||||||
"utimestamp > $datelimit",
|
"utimestamp > $datelimit",
|
||||||
"utimestamp < $date",
|
"utimestamp < $date",
|
||||||
'order' => 'utimestamp ASC'),
|
'order' => 'utimestamp ASC'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user