From: edward Date: Thu, 15 Feb 2018 05:24:47 +0000 (+0800) Subject: VerifyAccess.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=128fc071cac0fd714a51eaaabc2e887652041b83 VerifyAccess.php --- diff --git a/VerifyAccess.php b/VerifyAccess.php index 74809d7c..2720bef7 100644 --- a/VerifyAccess.php +++ b/VerifyAccess.php @@ -81,14 +81,10 @@ class Pman_Core_VerifyAccess extends Pman $core_ip_access->setFrom(array( 'status' => empty($_REQUEST['status']) ? 0 : $_REQUEST['status'], - 'expire_dt' => '', + 'expire_dt' => empty($_REQUEST['expire_dt']) ? '0000-00-00' : date('Y-m-d', strtotime($_REQUEST['expire_dt'])), 'authorized_by' => $core_person->id )); - if($core_ip_access->status == -2){ - $core_ip_access->expire_dt = date('Y-m-d', strtotime($_REQUEST['expire_dt'])); - } - $core_ip_access->update($o); $this->jok('OK');