From 9b99a5955e6c38c511bfc4697a5461078f17629d Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 29 Mar 2006 08:20:03 +0000 Subject: [PATCH] Bugfix --- htdocs/telephonie/script/facturation-analyse.php | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/telephonie/script/facturation-analyse.php b/htdocs/telephonie/script/facturation-analyse.php index ff535b67afe..ec90aa790a0 100644 --- a/htdocs/telephonie/script/facturation-analyse.php +++ b/htdocs/telephonie/script/facturation-analyse.php @@ -95,7 +95,6 @@ else $month = substr("00".($month - 1), -2) ; } -$year = substr("00".$year, -2) ; $month = substr("00".$month, -2) ; print "Analyse $month/$year\n";