Bugfix
This commit is contained in:
parent
f9a6bc68d8
commit
9b99a5955e
@ -95,7 +95,6 @@ else
|
|||||||
$month = substr("00".($month - 1), -2) ;
|
$month = substr("00".($month - 1), -2) ;
|
||||||
}
|
}
|
||||||
|
|
||||||
$year = substr("00".$year, -2) ;
|
|
||||||
$month = substr("00".$month, -2) ;
|
$month = substr("00".$month, -2) ;
|
||||||
|
|
||||||
print "Analyse $month/$year\n";
|
print "Analyse $month/$year\n";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user