Add return for expire

This commit is contained in:
Miles Lott 2001-05-02 09:46:10 +00:00
parent cee6081e38
commit a25ff130b7

View File

@ -107,6 +107,7 @@
$this->data["lastloginfrom"] = $this->db->f("account_lastloginfrom");
$this->data["lastpasswd_change"] = $this->db->f("account_lastpwd_change");
$this->data["status"] = $this->db->f("account_status");
$this->data['expires'] = -1;
return $this->data;
}