From 7d2109f8e840faae2c7359c320922f5bf364a4b7 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 10 Sep 2013 15:50:05 +0200 Subject: [PATCH] Try to fix false positive with dolgraph --- htdocs/core/class/dolgraph.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/core/class/dolgraph.class.php b/htdocs/core/class/dolgraph.class.php index ba22ff22c65..f685742a725 100644 --- a/htdocs/core/class/dolgraph.class.php +++ b/htdocs/core/class/dolgraph.class.php @@ -42,7 +42,6 @@ */ class DolGraph { - //! Type of graph var $type=array(); // Array with type of each series. Example: array('bars', 'lines', ...) var $mode='side'; // Mode bars graph: side, depth private $_library='jflot'; // Graphic library to use (jflot, artichow)