From bf005efb51db1d1ffca8b3d43bc9006e527bfcc2 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 9 May 2005 13:02:56 +0000 Subject: [PATCH] Modif largeur --- htdocs/telephonie/stats/graph/brouzouf.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/telephonie/stats/graph/brouzouf.class.php b/htdocs/telephonie/stats/graph/brouzouf.class.php index 0ecc9aa01a1..4ba8043892a 100644 --- a/htdocs/telephonie/stats/graph/brouzouf.class.php +++ b/htdocs/telephonie/stats/graph/brouzouf.class.php @@ -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;