mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 04:41:41 +02: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['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'])
|
if ($GLOBALS['egw_info']['server']['ldap_extra_attributes'])
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user