Skip to content
Snippets Groups Projects
Commit e335ce6f authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix bad var declared

parent dfc38351
No related branches found
No related tags found
No related merge requests found
...@@ -65,7 +65,7 @@ class DolGraph ...@@ -65,7 +65,7 @@ class DolGraph
var $bgcolorgrid=array(255,255,255); // array(R,G,B) var $bgcolorgrid=array(255,255,255); // array(R,G,B)
var $datacolor; // array(array(R,G,B),...) var $datacolor; // array(array(R,G,B),...)
private $_stringtoshow; // To store string to output graph into HTML page private $stringtoshow; // To store string to output graph into HTML page
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment