diff options
author | thomascube <thomas@roundcube.net> | 2011-05-23 14:22:32 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-05-23 14:22:32 +0000 |
commit | e7b6e907c5d0fd509adbc910f03160c75afce65c (patch) | |
tree | 52ea0d3dda73ae906fe35e29ca413596201bf3cf | |
parent | c9f4e9bc659a06f6d12c21ddfba0432ccf654e99 (diff) |
Add support for X-AB-EDIT field upon user request
-rw-r--r-- | program/include/rcube_vcard.php | 1 |
1 files changed, 1 insertions, 0 deletions
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'); |