diff --git a/lib/date.php b/lib/date.php index fb19aa3..265e362 100644 --- a/lib/date.php +++ b/lib/date.php @@ -31,7 +31,7 @@ $shortMonths = array( 1=>'Jan', 2=>'Feb', 3=>'Mar', 4=>'Apr', 5=>'May', 6=>'Jun', 7=>'Jul', 8=>'Aug', 9=>'Sep', 10=>'Oct', 11=>'Nov', 12=>'Dec'); - + function fileParseDate($date) { global $shortMonths;