diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-09-08 16:47:00 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-09-08 16:47:00 +0200 |
commit | 0272081d05e8cb60f1a2ac032698332b639cc527 (patch) | |
tree | 4043e22cac8abd22bc7b713212782d0ab91d9088 /program/lib/Roundcube/rcube_csv2vcard.php | |
parent | 028e2a17affd0df163908e97db32ca58661f9730 (diff) |
Add option to import vcards with group assignments (pull-request 105)
Diffstat (limited to 'program/lib/Roundcube/rcube_csv2vcard.php')
-rw-r--r-- | program/lib/Roundcube/rcube_csv2vcard.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/program/lib/Roundcube/rcube_csv2vcard.php b/program/lib/Roundcube/rcube_csv2vcard.php index fb8d8f103..00e6d4e20 100644 --- a/program/lib/Roundcube/rcube_csv2vcard.php +++ b/program/lib/Roundcube/rcube_csv2vcard.php @@ -145,6 +145,7 @@ class rcube_csv2vcard 'work_mobile' => 'phone:work,cell', 'work_title' => 'jobtitle', 'work_zip' => 'zipcode:work', + 'group' => 'groups', ); /** @@ -268,6 +269,7 @@ class rcube_csv2vcard 'work_mobile' => "Work Mobile", 'work_title' => "Work Title", 'work_zip' => "Work Zip", + 'groups' => "Group", ); protected $local_label_map = array(); |