mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
removed fax from mozilla schemas, as it's already in inetOrgPerson and having it twice for the same attribute creates an error. Thanks to Anton Frolov <afng072-at-frols.com> from the users list.
This commit is contained in:
parent
e6998c2ecf
commit
7430c4d638
@ -132,7 +132,6 @@ class so_ldap
|
||||
'adr_two_region' => 'mozillahomestate',
|
||||
'adr_two_postalcode' => 'mozillahomepostalcode',
|
||||
'adr_two_countryname' => 'mozillahomecountryname',
|
||||
'tel_fax' => 'fax',
|
||||
'email_home' => 'mozillasecondemail',
|
||||
'url_home' => 'mozillahomeurl',
|
||||
),
|
||||
@ -147,7 +146,6 @@ class so_ldap
|
||||
'adr_two_region' => 'mozillahomestate',
|
||||
'adr_two_postalcode' => 'mozillahomepostalcode',
|
||||
'adr_two_countryname' => 'mozillahomecountryname',
|
||||
'tel_fax' => 'fax',
|
||||
'email_home' => 'mozillasecondemail',
|
||||
'url_home' => 'mozillahomeurl',
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user