From 082976a402f62a7b618b5d5d048037ff50ee77ff Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Thu, 12 May 2011 14:17:03 +0000 Subject: [PATCH] 2011-05-12 Miguel de Dios * include/functions_graph.php: fixed the image parameters for the progress bar. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4345 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/include/functions_graph.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index e02b7db73c..76c69b32e9 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2011-05-12 Miguel de Dios + + * include/functions_graph.php: fixed the image parameters for the progress + bar. + 2011-05-12 Miguel de Dios * include/graphs/fgraph.php: added the function diff --git a/pandora_console/include/functions_graph.php b/pandora_console/include/functions_graph.php index 815eeb70c5..ba259ab7df 100755 --- a/pandora_console/include/functions_graph.php +++ b/pandora_console/include/functions_graph.php @@ -771,7 +771,7 @@ function progress_bar2($progress, $width, $height, $title = '', $mode = 1) { $out_of_lim_str = __("Out of limits"); $title = ""; - return "" . $title . ""; }