This commit is contained in:
Rodolphe Quiedeville 2006-03-29 08:20:03 +00:00
parent f9a6bc68d8
commit 9b99a5955e

View File

@ -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";