Add expire return

This commit is contained in:
Miles Lott 2001-05-02 09:47:12 +00:00
parent a25ff130b7
commit 19bb06a54d

View File

@ -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;
}