X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fdate_functions.inc;h=2538f79d65f3edc24c031ae23f176a5359e10592;hb=d81405411c4b336cbe3b2894ae719b13fc86a721;hp=f80bb2713e2564ef1597cf5d7818ea03ffbb4fa7;hpb=268a54dcfd08aff7113bc3afe8b784f36db2d0d4;p=fa-stable.git diff --git a/includes/date_functions.inc b/includes/date_functions.inc index f80bb271..2538f79d 100644 --- a/includes/date_functions.inc +++ b/includes/date_functions.inc @@ -350,7 +350,8 @@ function sql2date($date_) global $SysPrefs; //for MySQL dates are in the format YYYY-mm-dd - + if ($date_ == null) + return ""; if (strpos($date_, "/")) { // In MySQL it could be either / or - list($year, $month, $day) = explode("/", $date_);