From 9c051f86c721c30dd70841555cc4d57c51086d98 Mon Sep 17 00:00:00 2001 From: PhilW Date: Sat, 1 Jun 2024 13:08:32 +0100 Subject: [PATCH] fix typos --- program/lib/Roundcube/rcube_csv2vcard.php | 1 - program/lib/Roundcube/rcube_vcard.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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', ];