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:
zarzuelo 2011-12-15 11:40:40 +00:00
parent 89ab24bbba
commit 6a87f1e675
2 changed files with 6 additions and 1 deletions

View File

@ -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>
* operation/events/events_list.php

View File

@ -37,7 +37,7 @@ function forecast_projection_graph($module_id, $period = 5184000, $prediction_pe
300, 300 , '', null,
false, 0, false,
0, '', 0, 1, false,
false, '', 1, true);
true, '', 1, true);
if (empty($module_data)){
return array();