From: Michael J. Rubinsky Date: Fri, 17 Sep 2010 17:46:26 +0000 (-0400) Subject: Need to convert the workCountry value here also X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=d3bf70d8a61627aa703efdf205297bbc5511c987;p=horde.git Need to convert the workCountry value here also --- 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 */