2011-12-15 Sergio Martin <sergio.martin@artica.es>
* include/functions_forecast.php: Changed the kind of graph for projection to static git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5264 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
89ab24bbba
commit
6a87f1e675
|
@ -1,3 +1,8 @@
|
||||||
|
2011-12-15 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
|
* include/functions_forecast.php: Changed the kind of graph
|
||||||
|
for projection to static
|
||||||
|
|
||||||
2011-12-15 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
2011-12-15 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||||
|
|
||||||
* operation/events/events_list.php
|
* operation/events/events_list.php
|
||||||
|
|
|
@ -37,7 +37,7 @@ function forecast_projection_graph($module_id, $period = 5184000, $prediction_pe
|
||||||
300, 300 , '', null,
|
300, 300 , '', null,
|
||||||
false, 0, false,
|
false, 0, false,
|
||||||
0, '', 0, 1, false,
|
0, '', 0, 1, false,
|
||||||
false, '', 1, true);
|
true, '', 1, true);
|
||||||
|
|
||||||
if (empty($module_data)){
|
if (empty($module_data)){
|
||||||
return array();
|
return array();
|
||||||
|
|
Loading…
Reference in New Issue