From bb02a74fa4bbf96c79d170df1c933e517194f06c Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 15 Feb 2018 13:28:33 +0800 Subject: [PATCH] VerifyAccess.php --- VerifyAccess.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VerifyAccess.php b/VerifyAccess.php index 2720bef7..2be5a92a 100644 --- a/VerifyAccess.php +++ b/VerifyAccess.php @@ -81,7 +81,7 @@ class Pman_Core_VerifyAccess extends Pman $core_ip_access->setFrom(array( 'status' => empty($_REQUEST['status']) ? 0 : $_REQUEST['status'], - 'expire_dt' => empty($_REQUEST['expire_dt']) ? '0000-00-00' : date('Y-m-d', strtotime($_REQUEST['expire_dt'])), + 'expire_dt' => empty($_REQUEST['expire_dt']) ? '' : date('Y-m-d', strtotime($_REQUEST['expire_dt'])), 'authorized_by' => $core_person->id )); -- 2.39.2