From fad65b1d53c024938466a57a93b8a86a4128b5c5 Mon Sep 17 00:00:00 2001 From: zarzuelo Date: Wed, 14 May 2014 08:08:01 +0000 Subject: [PATCH] 2014-05-14 Sergio Martin * include/functions_graph.php: fixed "resolution" of custom graphs to have the same results of simple graphs when have data of more than one month. For SF bug #2425 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9931 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 7 +++++++ pandora_console/include/functions_graph.php | 1 + 2 files changed, 8 insertions(+) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 5ac26e5dd7..bef1ce4015 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,10 @@ +2014-05-14 Sergio Martin + + * include/functions_graph.php: fixed "resolution" of custom + graphs to have the same results of simple graphs when have data + of more than one month. + For SF bug #2425 + 2014-05-13 Sergio Martin * godmode/servers/manage_recontask_form.php: Fix a field diff --git a/pandora_console/include/functions_graph.php b/pandora_console/include/functions_graph.php index 1b12a4b130..b468249788 100755 --- a/pandora_console/include/functions_graph.php +++ b/pandora_console/include/functions_graph.php @@ -873,6 +873,7 @@ function graphic_combined_module ($module_list, $weight_list, $period, $width, $ } else { $time_format = 'M d'; + $time_format_2 = 'H\h'; } // Set variables