X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fdate_functions.inc;h=089eeb7e3fbc3c730ff0906ee53b677f1caa4920;hb=117a47981e773ef0ac7aafaf5984978c59c6947a;hp=227a0b3472cdf7eced7cc660ed8e494e55ce67c0;hpb=e91772a2716825a6aeb358d1defba47d5f3892c1;p=fa-stable.git diff --git a/includes/date_functions.inc b/includes/date_functions.inc index 227a0b34..089eeb7e 100644 --- a/includes/date_functions.inc +++ b/includes/date_functions.inc @@ -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)