From: Dave Greenberg Date: Thu, 12 Jun 2014 15:35:26 +0000 (-0700) Subject: CRM-14755 typo correcion. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=1971831e0a7c7038a5d5ffef3885c97e5dd55724;p=civicrm-core.git CRM-14755 typo correcion. ---------------------------------------- * CRM-14755: https://issues.civicrm.org/jira/browse/CRM-14755 --- diff --git a/CRM/Upgrade/Incremental/sql/4.5.alpha1.mysql.tpl b/CRM/Upgrade/Incremental/sql/4.5.alpha1.mysql.tpl index f5f7f98f16..ea8b4cb00e 100644 --- a/CRM/Upgrade/Incremental/sql/4.5.alpha1.mysql.tpl +++ b/CRM/Upgrade/Incremental/sql/4.5.alpha1.mysql.tpl @@ -284,7 +284,7 @@ ALTER TABLE `civicrm_event` CHANGE is_template is_template tinyint(4) DEFAULT '0' COMMENT 'whether the event has template'; -- CRM-14493 -INSERT INTO IGNORE civicrm_state_province (country_id, abbreviation, name) VALUES (1085, "61", "Pieria"); +INSERT IGNORE INTO civicrm_state_province (country_id, abbreviation, name) VALUES (1085, "61", "Pieria"); -- CRM-14445 ALTER TABLE `civicrm_option_group`