From 19bb06a54d9614d03c6549a442d04bab44fa1efd Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Wed, 2 May 2001 09:47:12 +0000 Subject: [PATCH] Add expire return --- phpgwapi/inc/class.accounts_ldap_wip.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/phpgwapi/inc/class.accounts_ldap_wip.inc.php b/phpgwapi/inc/class.accounts_ldap_wip.inc.php index e34008073b..3c8a45d4da 100644 --- a/phpgwapi/inc/class.accounts_ldap_wip.inc.php +++ b/phpgwapi/inc/class.accounts_ldap_wip.inc.php @@ -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; }