Reorganized access control structures
[fa-stable.git] / includes / date_functions.inc
index 227a0b3472cdf7eced7cc660ed8e494e55ce67c0..089eeb7e3fbc3c730ff0906ee53b677f1caa4920 100644 (file)
@@ -360,6 +360,8 @@ and converts to a yyyy/mm/dd format */
                        $year = substr($date_,0,4);
                }
        }
+       else
+               $year = $month = $day = 0;
 
 //to modify assumption in 2030
        if ($date_system == 0)