X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=VerifyAccess.php;h=2be5a92ab8f4ba604f5f1ebdc323e6e86d1954e7;hb=5b63959c8c1ccb4074814ac95eca65b3cda4a71e;hp=aaca3f9a92da19507df531e8165a1867ae4f79bf;hpb=6c6520287e1d7877204867f0258e390af5a0b57b;p=Pman.Core diff --git a/VerifyAccess.php b/VerifyAccess.php index aaca3f9a..2be5a92a 100644 --- a/VerifyAccess.php +++ b/VerifyAccess.php @@ -81,17 +81,10 @@ class Pman_Core_VerifyAccess extends Pman $core_ip_access->setFrom(array( 'status' => empty($_REQUEST['status']) ? 0 : $_REQUEST['status'], + 'expire_dt' => empty($_REQUEST['expire_dt']) ? '' : date('Y-m-d', strtotime($_REQUEST['expire_dt'])), 'authorized_by' => $core_person->id )); - if($core_ip_access->status == -2){ - - $core_ip_access->setFrom(array( - 'status' => 1, - 'expire_dt' => date('Y-m-d', strtotime($_REQUEST['expire_dt'])) - )); - } - $core_ip_access->update($o); $this->jok('OK');