forked from extern/egroupware
Add expire return
This commit is contained in:
parent
a25ff130b7
commit
19bb06a54d
@ -120,6 +120,7 @@
|
||||
$this->data["lastpasswd_change"] = $this->db->f("account_lastpwd_change");
|
||||
$this->data["status"] = $this->db->f("account_status");
|
||||
$this->data["account_type"] = $this->db->f("account_type");
|
||||
$this->data['expires'] = -1;
|
||||
|
||||
return $this->data;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user