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();