1
0
mirror of https://github.com/ShaYmez/xlxd.git synced 2026-07-23 02:24:23 -04:00

date bug fixe

This commit is contained in:
LX3JL
2016-05-02 10:07:50 +02:00
parent 97c4996deb
commit 0a17cceb45
+2 -2
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;
}
?>
?>