From 3f7ce37e8670e34b2c1e3d38a14feb1b0a0800c0 Mon Sep 17 00:00:00 2001 From: zarzuelo Date: Thu, 15 Dec 2011 11:40:40 +0000 Subject: [PATCH] 2011-12-15 Sergio Martin * 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 --- pandora_console/ChangeLog | 5 +++++ pandora_console/include/functions_forecast.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 77806d5f2f..8480801a98 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2011-12-15 Sergio Martin + + * include/functions_forecast.php: Changed the kind of graph + for projection to static + 2011-12-15 Juan Manuel Ramon * operation/events/events_list.php diff --git a/pandora_console/include/functions_forecast.php b/pandora_console/include/functions_forecast.php index 3945fd7d8f..08b629ff25 100644 --- a/pandora_console/include/functions_forecast.php +++ b/pandora_console/include/functions_forecast.php @@ -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();