diff --git a/program/lib/Roundcube/rcube_csv2vcard.php b/program/lib/Roundcube/rcube_csv2vcard.php index b69cdc2b63f..b9bbdbd9646 100644 --- a/program/lib/Roundcube/rcube_csv2vcard.php +++ b/program/lib/Roundcube/rcube_csv2vcard.php @@ -176,7 +176,6 @@ class rcube_csv2vcard 'im_icq' => 'im:icq', 'im_jabber' => 'im:jabber', 'im_msn' => 'im:msn', - 'im_other' => 'im:other', 'im_skype' => 'im:skype', 'im_yahoo' => 'im:yahoo', 'web_blog' => 'website:blog', diff --git a/program/lib/Roundcube/rcube_vcard.php b/program/lib/Roundcube/rcube_vcard.php index 3c4844fcc57..0e4a3cdf1c8 100644 --- a/program/lib/Roundcube/rcube_vcard.php +++ b/program/lib/Roundcube/rcube_vcard.php @@ -52,7 +52,7 @@ class rcube_vcard 'CELL' => 'mobile', 'WORK,FAX' => 'workfax', 'WORK,CELL' => 'other', - 'HOOME,FAX' => 'homefax', + 'HOME,FAX' => 'homefax', 'OTHER,FAX' => 'other', 'FAX' => 'homefax', ];