From 7ed3d15bae7826cd3b325d8b371bd5ef2f163dfb Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville <rodolphe@quiedeville.org> Date: Thu, 20 Oct 2005 19:27:35 +0000 Subject: [PATCH] Modif legende --- htdocs/telephonie/stats/graph/gain.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/telephonie/stats/graph/gain.class.php b/htdocs/telephonie/stats/graph/gain.class.php index bed8951d53b..2c5a73f70ab 100644 --- a/htdocs/telephonie/stats/graph/gain.class.php +++ b/htdocs/telephonie/stats/graph/gain.class.php @@ -93,7 +93,7 @@ class GraphGain extends GraphBrouzouf{ $g[$i] = $row[1]; - $labels[$i] = substr($row[0],5,2)."/".substr($row[0],2,2); + $labels[$i] = substr($row[0],5,2); $this->total_gain += $row[1]; $this->total_ca += $row[2]; -- GitLab