- German localization fine tuning.

SVN:trunk[877]
This commit is contained in:
Denis Flaven
2010-09-16 07:25:52 +00:00
parent 9e9dc0d692
commit af190fe93c
10 changed files with 275 additions and 88 deletions

View File

@@ -71,6 +71,7 @@ class UserLDAP extends UserInternal
$sDefaultLDAPUser = MetaModel::GetModuleSetting('authent-ldap', 'default_user', '');
$sDefaultLDAPPwd = MetaModel::GetModuleSetting('authent-ldap', 'default_pwd', '');
$hDS = @ldap_connect($sLDAPHost, $iLDAPPort);
if ($hDS === false)
{