From 38c19a20641234a9a3a9a1e77e8f1202163ed13d Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Wed, 01 May 2013 05:19:47 -0400
Subject: [PATCH] Fix csv2vcard test

---
 program/lib/Roundcube/rcube_csv2vcard.php |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/program/lib/Roundcube/rcube_csv2vcard.php b/program/lib/Roundcube/rcube_csv2vcard.php
index ed3bb76..b0e9c23 100644
--- a/program/lib/Roundcube/rcube_csv2vcard.php
+++ b/program/lib/Roundcube/rcube_csv2vcard.php
@@ -139,12 +139,10 @@
         'info'                  => 'notes',
         'user_photo'            => 'photo',
         'url'                   => 'website:homepage',
-        'work_city'             => 'locality:work',
         'work_company'          => 'organization',
         'work_dept'             => 'departament',
         'work_fax'              => 'phone:work,fax',
         'work_mobile'           => 'phone:work,cell',
-        'work_state'            => 'region:work',
         'work_title'            => 'jobtitle',
         'work_zip'              => 'zipcode:work',
     );
@@ -247,7 +245,9 @@
         'work_phone'        => "Work Phone",
         'work_address'      => "Work Address",
         //'work_address_2'    => "Work Address 2",
+        'work_city'         => "Work City",
         'work_country'      => "Work Country",
+        'work_state'        => "Work State",
         'work_zipcode'      => "Work ZipCode",
 
         // Atmail
@@ -262,12 +262,10 @@
         'info'              => "Info",
         'user_photo'        => "User Photo",
         'url'               => "URL",
-        'work_city'         => "Work City",
         'work_company'      => "Work Company",
         'work_dept'         => "Work Dept",
         'work_fax'          => "Work Fax",
         'work_mobile'       => "Work Mobile",
-        'work_state'        => "Work State",
         'work_title'        => "Work Title",
         'work_zip'          => "Work Zip",
     );

--
Gitblit v1.9.1