From 7bfddcba7fc21ae3905cc12756dfbd821e5e4f36 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 20 Oct 2005 19:22:53 +0000 Subject: [PATCH] Modification de la legende --- htdocs/telephonie/stats/graph/comm.nbminutes.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/telephonie/stats/graph/comm.nbminutes.class.php b/htdocs/telephonie/stats/graph/comm.nbminutes.class.php index 49b467fddb5..cb0e6b5d023 100644 --- a/htdocs/telephonie/stats/graph/comm.nbminutes.class.php +++ b/htdocs/telephonie/stats/graph/comm.nbminutes.class.php @@ -97,7 +97,7 @@ class GraphCommNbMinutes extends GraphBar{ { $row = $this->db->fetch_row(); - $this->labels[$i] = substr($row[0],4,2) . '/'.substr($row[0],2,2); + $this->labels[$i] = substr($row[0],4,2); $this->datas[$i] = ceil($row[1] / 60); $i++;