From 0a17cceb45be5fbe6c9ff739b01055cc74512f4b Mon Sep 17 00:00:00 2001 From: LX3JL Date: Mon, 2 May 2016 10:07:50 +0200 Subject: [PATCH] date bug fixe --- dashboard/pgs/functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboard/pgs/functions.php b/dashboard/pgs/functions.php index 2bd2ff8..f12eddf 100644 --- a/dashboard/pgs/functions.php +++ b/dashboard/pgs/functions.php @@ -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; } -?> \ No newline at end of file +?>