mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
fix typo
This commit is contained in:
parent
47e1c995f7
commit
5260af7268
@ -114,7 +114,7 @@ class Ldap
|
|||||||
*/
|
*/
|
||||||
var $search_attributes = array(
|
var $search_attributes = array(
|
||||||
'n_family','n_middle','n_given','org_name','org_unit',
|
'n_family','n_middle','n_given','org_name','org_unit',
|
||||||
'adr_one_location','adr_two_location','note',
|
'adr_one_locality','adr_two_locality','note',
|
||||||
'email','mozillasecondemail','uidnumber',
|
'email','mozillasecondemail','uidnumber',
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user