mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-31 02:21:28 +01:00
added missing charset-translation of the cn (common name), thanks to Martin Dalum <martin-AT-cabo.dk>
This commit is contained in:
parent
7a39be36b6
commit
a828ba73f3
@ -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'])
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user