From a549c006eb2608933a609598f41589458589ff32 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Wed, 21 May 2008 13:54:59 +0000 Subject: [PATCH] Apply fix from bug #1090 git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7005 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