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