From e7b6e907c5d0fd509adbc910f03160c75afce65c Mon Sep 17 00:00:00 2001 From: thomascube Date: Mon, 23 May 2011 14:22:32 +0000 Subject: [PATCH] Add support for X-AB-EDIT field upon user request --- program/include/rcube_vcard.php | 1 + 1 file changed, 1 insertion(+) diff --git a/program/include/rcube_vcard.php b/program/include/rcube_vcard.php index 7d5f3097b..00e3bddc5 100644 --- a/program/include/rcube_vcard.php +++ b/program/include/rcube_vcard.php @@ -47,6 +47,7 @@ class rcube_vcard 'assistant' => 'X-ASSISTANT', 'manager' => 'X-MANAGER', 'spouse' => 'X-SPOUSE', + 'edit' => 'X-AB-EDIT', ); private $typemap = array('iPhone' => 'mobile', 'CELL' => 'mobile'); private $phonetypemap = array('HOME1' => 'HOME', 'BUSINESS1' => 'WORK', 'BUSINESS2' => 'WORK2', 'BUSINESSFAX' => 'WORKFAX');