added missing charset-translation of the cn (common name), thanks to Martin Dalum <martin-AT-cabo.dk>

This commit is contained in:
Ralf Becker 2005-04-12 09:54:07 +00:00
parent 7a39be36b6
commit a828ba73f3

View File

@ -83,7 +83,7 @@
}
}
$this->data['account_dn'] = $allValues[0]['dn'];
$this->data['fullname'] = $allValues[0]['cn'][0];
$this->data['fullname'] = $GLOBALS['egw']->translation->convert($allValues[0]['cn'][0],'utf-8');
if ($GLOBALS['egw_info']['server']['ldap_extra_attributes'])
{