From 688904da06378c9d8dbb4e27c1b18cb07bf03b3c Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Wed, 21 May 2008 13:55:52 +0000 Subject: [PATCH] Apply fix from bug #1090 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5