Modif largeur

This commit is contained in:
Rodolphe Quiedeville 2005-05-09 13:02:56 +00:00
parent 5da2c90978
commit bf005efb51

View File

@ -36,7 +36,7 @@ class GraphBrouzouf {
// Create the graph. These two calls are always required
$height = 240;
$width = 320;
$width = 360;
if ($this->width <> $width && $this->width > 0)
$width = $this->width;