mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-17 02:41:02 +01:00
fix wrong case, thanks to Cyril chez ETCHE.NET <cyril@etche.net>
This commit is contained in:
parent
37538a22cd
commit
c72fb21b34
@ -257,7 +257,7 @@ class Ldap
|
|||||||
'assistent' => 'assistantname',
|
'assistent' => 'assistantname',
|
||||||
'n_fileas' => 'fileas',
|
'n_fileas' => 'fileas',
|
||||||
'tel_fax_home' => 'homefacsimiletelephonenumber',
|
'tel_fax_home' => 'homefacsimiletelephonenumber',
|
||||||
'freebusy_uri' => 'freeBusyuri',
|
'freebusy_uri' => 'freebusyuri',
|
||||||
'calendar_uri' => 'calendaruri',
|
'calendar_uri' => 'calendaruri',
|
||||||
'tel_other' => 'otherphone',
|
'tel_other' => 'otherphone',
|
||||||
'tel_cell_private' => 'callbackphone', // not the best choice, but better then nothing
|
'tel_cell_private' => 'callbackphone', // not the best choice, but better then nothing
|
||||||
|
Loading…
Reference in New Issue
Block a user