CRM-18699 Fixed Wake Island spelling
authorMicah Nordland <micah@rehack.me>
Wed, 1 Jun 2016 16:33:58 +0000 (12:33 -0400)
committerMicah Nordland <micah@rehack.me>
Wed, 1 Jun 2016 16:33:58 +0000 (12:33 -0400)
CRM/Upgrade/Incremental/sql/4.7.8.mysql.tpl
xml/templates/civicrm_state_province.tpl

index 6fc87f8fc08afcea8149784dbf956c9731a80fd5..47d7120047e0842346b026c9851e1592d3cde746 100644 (file)
@@ -13,3 +13,5 @@ DELETE FROM civicrm_state_province WHERE name = 'Fernando de Noronha';
 -- CRM-17118 extend civicrm_address postal_code to accept full data strings from paypal etc.
 ALTER TABLE civicrm_address CHANGE `postal_code` `postal_code` varchar(64) ;
 
+-- CRM-18699 Fix Wake Island misspelling, was Wake Ialand
+UPDATE civicrm_state_province SET name="Wake Island" WHERE id=4981;
index c2738d2dffa7429375a7fd6240bff7176cc25e5b..852ed1ed37342433a536f3538844f63f14892652 100644 (file)
@@ -3430,7 +3430,7 @@ INSERT INTO civicrm_state_province (id, country_id, abbreviation, name) VALUES
 (4978, 1227, "71", "Midway Islands"),
 (4979, 1227, "76", "Navassa Island"),
 (4980, 1227, "95", "Palmyra Atoll"),
-(4981, 1227, "79", "Wake Ialand"),
+(4981, 1227, "79", "Wake Island"),
 (4982, 1229, "AR", "Artigsa"),
 (4983, 1229, "CA", "Canelones"),
 (4984, 1229, "CL", "Cerro Largo"),