From a8f216d14284f37edd2d2389972371c67b336f03 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 20 Oct 2005 19:27:13 +0000 Subject: [PATCH] =?UTF-8?q?Modification=20l=E9gende?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/telephonie/stats/graph/ca.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/telephonie/stats/graph/ca.class.php b/htdocs/telephonie/stats/graph/ca.class.php index cf1e6118ae3..bb5171613c7 100644 --- a/htdocs/telephonie/stats/graph/ca.class.php +++ b/htdocs/telephonie/stats/graph/ca.class.php @@ -88,7 +88,7 @@ class GraphCa extends GraphBrouzouf $cf[$i] = $row[3]; $cv[$i] = $row[2]; $g[$i] = $row[1]; - $labels[$i] = substr($row[0],5,2)."/".substr($row[0],2,2); + $labels[$i] = substr($row[0],5,2); $i++; }