thomascube
2011-05-23 e7b6e907c5d0fd509adbc910f03160c75afce65c
Add support for X-AB-EDIT field upon user request

1 files modified
1 ■■■■ changed files
program/include/rcube_vcard.php 1 ●●●● patch | view | raw | blame | history
program/include/rcube_vcard.php
@@ -47,6 +47,7 @@
    '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');