date bug fixe

This commit is contained in:
LX3JL 2016-05-02 10:07:50 +02:00
parent 97c4996deb
commit 0a17cceb45
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ function ParseTime($Input) {
case 'feb' : $month = 2; break;
case 'mar' : $month = 3; break;
case 'apr' : $month = 4; break;
case 'mai' : $month = 5; break;
case 'may' : $month = 5; break;
case 'jun' : $month = 6; break;
case 'jul' : $month = 7; break;
case 'aug' : $month = 8; break;
@ -60,4 +60,4 @@ function CreateCode ($laenge) {
return $out;
}
?>
?>