fixed not working ldap connection using php4-restore session-mode

This commit is contained in:
Ralf Becker 2008-03-02 13:13:23 +00:00
parent e9003d58f2
commit 9887c58b4d

View File

@ -257,7 +257,8 @@ class so_ldap
$GLOBALS['egw_info']['server']['ldap_contact_host'],
$GLOBALS['egw_info']['user']['account_dn'],
$GLOBALS['egw_info']['user']['passwd']
);
);
}
}
/**