From dddb042294add47d79470fe9d6ca849afdf97d77 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 8 Dec 2005 15:15:42 +0000 Subject: [PATCH] =?UTF-8?q?Modif=20libell=E9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/telephonie/script/graph-statistiques-tempsreels.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/telephonie/script/graph-statistiques-tempsreels.php b/htdocs/telephonie/script/graph-statistiques-tempsreels.php index c8c69c09356..fe89f30113d 100644 --- a/htdocs/telephonie/script/graph-statistiques-tempsreels.php +++ b/htdocs/telephonie/script/graph-statistiques-tempsreels.php @@ -110,11 +110,11 @@ if ($resql) $labels[$i] = $j; if (strftime('%u',mktime(12,12,12,$month,$j,$year)) == 6) { - $labels[$i] = 'S'; + $labels[$i] = '(S'; } if (strftime('%u',mktime(12,12,12,$month,$j,$year)) == 7) { - $labels[$i] = 'D'; + $labels[$i] = 'D)'; } }