Skip to content
Snippets Groups Projects
Commit 907e46cf authored by pratik.joshi's avatar pratik.joshi
Browse files

CRM-13571 : replace 'Mre ag Romsdal' with 'Mre og Romsdal'

----------------------------------------
* CRM-13571: Wrong name on a Norwegian county in the core files
  http://issues.civicrm.org/jira/browse/CRM-13571
parent 4441ae6c
No related branches found
No related tags found
No related merge requests found
{* file to handle db changes in 4.4.beta5 during upgrade *}
-- CRM-13571
UPDATE civicrm_state_province SET name = 'Møre og Romsdal' WHERE name = 'Møre ag Romsdal';
\ No newline at end of file
Source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -2407,7 +2407,7 @@ INSERT INTO civicrm_state_province (id, country_id, abbreviation, name) VALUES
(3948, 1161, "20", "Finnmark"),
(3949, 1161, "04", "Hedmark"),
(3950, 1161, "12", "Hordaland"),
(3951, 1161, "15", "Møre ag Romsdal"),
(3951, 1161, "15", "Møre og Romsdal"),
(3952, 1161, "18", "Nordland"),
(3953, 1161, "17", "Nord-Trøndelag"),
(3954, 1161, "05", "Oppland"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment