2014-05-14 Sergio Martin <sergio.martin@artica.es>
* 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
This commit is contained in:
parent
42371406fe
commit
fad65b1d53
|
@ -1,3 +1,10 @@
|
|||
2014-05-14 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* 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 <sergio.martin@artica.es>
|
||||
|
||||
* godmode/servers/manage_recontask_form.php: Fix a field
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue