Move two ldap settings to the shared constructor, since the accounts_() constructor

does not load
This commit is contained in:
Miles Lott 2001-09-02 13:08:50 +00:00
parent deb4930dc6
commit 3c426e72e4

View File

@ -41,6 +41,8 @@
{
$this->account_id = get_account_id($account_id);
}
$this->user_context = $GLOBALS['phpgw_info']['server']['ldap_context'];
$this->group_context = $GLOBALS['phpgw_info']['server']['ldap_group_context'];
}
function is_expired()