From 232f54cb1fb04165f7775e36ce4f3e9a0bb8e5b8 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 11 Jan 2006 10:41:33 +0000 Subject: [PATCH] Bugfix --- htdocs/telephonie/stats/tools.lib.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/telephonie/stats/tools.lib.php b/htdocs/telephonie/stats/tools.lib.php index 9e0f316d025..623e18aaa61 100644 --- a/htdocs/telephonie/stats/tools.lib.php +++ b/htdocs/telephonie/stats/tools.lib.php @@ -32,7 +32,8 @@ function stat_year_bar($year) } else { - $string .= ''.$x.' | '; + $string .= ' | '; } $x++; }