projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78c0bf3
)
Need to convert the workCountry value here also
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Fri, 17 Sep 2010 17:46:26 +0000
(13:46 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Fri, 17 Sep 2010 18:03:49 +0000
(14:03 -0400)
turba/lib/Driver.php
patch
|
blob
|
history
diff --git
a/turba/lib/Driver.php
b/turba/lib/Driver.php
index
f10489f
..
e24ae2d
100644
(file)
--- 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 */