Changeset 000fe38 in github


Ignore:
Timestamp:
May 18, 2011 10:06:31 AM (2 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
4bb7d27
Parents:
98597a0
Message:

Flip field type aliases (#1487910)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/include/rcube_vcard.php

    r4e3ec4e r000fe38  
    5050  ); 
    5151  private $typemap = array('iPhone' => 'mobile', 'CELL' => 'mobile'); 
    52   private $phonetypemap = array('HOME1' => 'HOME', 'BUSINESS1' => 'WORK', 'BUSINESS2' => 'WORK2', 'WORKFAX' => 'BUSINESSFAX'); 
     52  private $phonetypemap = array('HOME1' => 'HOME', 'BUSINESS1' => 'WORK', 'BUSINESS2' => 'WORK2', 'BUSINESSFAX' => 'WORKFAX'); 
    5353  private $addresstypemap = array('BUSINESS' => 'WORK'); 
    5454  private $immap = array('X-JABBER' => 'jabber', 'X-ICQ' => 'icq', 'X-MSN' => 'msn', 'X-AIM' => 'aim', 'X-YAHOO' => 'yahoo', 'X-SKYPE' => 'skype', 'X-SKYPE-USERNAME' => 'skype'); 
Note: See TracChangeset for help on using the changeset viewer.