From f1fcfb9fc50960ce0e98867b22eedf13fa476dc4 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 10 Oct 2009 18:21:45 +0000 Subject: - Patch #600790 by Alan D: fixed wrong ISO 3166-1 code. --- includes/iso.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/iso.inc b/includes/iso.inc index 833f28c8f..111cc1682 100644 --- a/includes/iso.inc +++ b/includes/iso.inc @@ -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'), -- cgit v1.2.3