- Patch #600790 by Alan D: fixed wrong ISO 3166-1 code.
parent
970b096f42
commit
f1fcfb9fc5
|
@ -99,6 +99,7 @@ function _country_get_predefined_list() {
|
|||
'FO' => $t('Faroe Islands'),
|
||||
'FR' => $t('France'),
|
||||
'GA' => $t('Gabon'),
|
||||
'GB' => $t('United Kingdom'),
|
||||
'GD' => $t('Grenada'),
|
||||
'GE' => $t('Georgia'),
|
||||
'GF' => $t('French Guiana'),
|
||||
|
@ -251,7 +252,6 @@ function _country_get_predefined_list() {
|
|||
'TZ' => $t('Tanzania'),
|
||||
'UA' => $t('Ukraine'),
|
||||
'UG' => $t('Uganda'),
|
||||
'UK' => $t('United Kingdom'),
|
||||
'UM' => $t('United States Minor Outlying Islands'),
|
||||
'US' => $t('United States'),
|
||||
'UY' => $t('Uruguay'),
|
||||
|
|
Loading…
Reference in New Issue