]> git.sur5r.net Git - bacula/bacula/commitdiff
Apply fix from bug #1090
authorKern Sibbald <kern@sibbald.com>
Wed, 21 May 2008 13:55:52 +0000 (13:55 +0000)
committerKern Sibbald <kern@sibbald.com>
Wed, 21 May 2008 13:55:52 +0000 (13:55 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.2@7006 91ce42f0-d328-0410-95d8-f526ca767f89

gui/bacula-web/external_packages/phplot/phplot.php

index 4d4fe58c6c879bd1d7b02685ffc998bf1cb7ea05..5ded19e5c310301f382d653b4a376f168f5d3a9f 100644 (file)
@@ -164,7 +164,7 @@ class PHPlot {
     var $error_bar_colors = array('SkyBlue', 'green', 'orange', 'blue', 'orange', 'red', 'violet', 'azure1');
     var $data_border_colors = array('black');
 
-    var $line_widths = 1;                  // single value or array
+    var $line_widths = array(1);           // single value or array
     var $line_styles = array('solid', 'solid', 'dashed');   // single value or array
     var $dashed_style = '2-4';              // colored dots-transparent dots