From d3bf70d8a61627aa703efdf205297bbc5511c987 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Fri, 17 Sep 2010 13:46:26 -0400 Subject: [PATCH] Need to convert the workCountry value here also --- turba/lib/Driver.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/turba/lib/Driver.php b/turba/lib/Driver.php index f10489ff3..e24ae2d65 100644 --- a/turba/lib/Driver.php +++ b/turba/lib/Driver.php @@ -2353,8 +2353,7 @@ class Turba_Driver implements Countable break; case 'workCountry': - $message->businesscountry = Horde_String::convertCharset($hash['workCountry'], $charset, 'utf-8'); - break; + $message->businesscountry = Horde_String::convertCharset(Horde_Nls::getCountryISO($hash['workCountry']), $charset, 'utf-8'); case 'homePhone': /* Phone */ -- 2.11.0