From: Kern Sibbald Date: Wed, 21 May 2008 13:54:59 +0000 (+0000) Subject: Apply fix from bug #1090 X-Git-Tag: Release-3.0.0~1404 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a549c006eb2608933a609598f41589458589ff32;p=bacula%2Fbacula Apply fix from bug #1090 git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7005 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/gui/bacula-web/external_packages/phplot/phplot.php b/gui/bacula-web/external_packages/phplot/phplot.php index 4d4fe58c6c..5ded19e5c3 100644 --- a/gui/bacula-web/external_packages/phplot/phplot.php +++ b/gui/bacula-web/external_packages/phplot/phplot.php @@ -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