From b1102e0eb0b588445322b0510b0273895fd04af7 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 20 Oct 2005 19:18:05 +0000 Subject: [PATCH] =?UTF-8?q?Mise=20=E0=20jour=20largeur=20du=20graph?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/telephonie/stats/graph/comm.nbminutes.class.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/htdocs/telephonie/stats/graph/comm.nbminutes.class.php b/htdocs/telephonie/stats/graph/comm.nbminutes.class.php index 7aabcda0a0e..49b467fddb5 100644 --- a/htdocs/telephonie/stats/graph/comm.nbminutes.class.php +++ b/htdocs/telephonie/stats/graph/comm.nbminutes.class.php @@ -46,7 +46,7 @@ class GraphCommNbMinutes extends GraphBar{ Function Graph($datas='', $labels='') { $this->GetDatas(); - + $this->width = 360; if (sizeof($this->datas)) { $this->GraphDraw($this->file, $this->datas, $this->labels); @@ -88,7 +88,6 @@ class GraphCommNbMinutes extends GraphBar{ $sql .= " GROUP BY date_format(td.date,'%Y%m') ASC "; } - if ($this->db->query($sql)) { $num = $this->db->num_rows();