fixed regression from 16e3341209f0
authorJaka Kranjc <lynxlynxlynx@sourcemage.org>
Tue, 17 Feb 2015 21:41:28 +0000 (22:41 +0100)
committerjitendrapurohit <jitendra.purohit@webaccessglobal.com>
Mon, 23 Feb 2015 10:29:33 +0000 (15:59 +0530)
CRM/Upgrade/Incremental/sql/4.6.alpha6.mysql.tpl

index fb0d932ace5a271fe6693cd682302fb72bb90c51..8c0266e682637a4fa873ba6da532590c55fee84c 100644 (file)
@@ -15,7 +15,7 @@ INSERT INTO civicrm_mailing_bounce_pattern (bounce_type_id, pattern)
       (@bounceTypeID, 'exceeded storage allocation'),
       (@bounceTypeID, 'running out of disk space');
 
-UPDATE `civicrm_mailing_bounce_pattern` SET `pattern` = 'disk(space)?|over the allowed|exceed(ed|s)?|storage) quota' WHERE `id` = 87;
+UPDATE `civicrm_mailing_bounce_pattern` SET `pattern` = '(disk(space)?|over the allowed|exceed(ed|s)?|storage) quota' WHERE `id` = 87;
 UPDATE `civicrm_mailing_bounce_pattern` SET `pattern` = '(mail|in)(box|folder) ((for user \w+ )?is )?full' WHERE `id` = 92;
 UPDATE `civicrm_mailing_bounce_pattern` SET `pattern` = 'mailbox (has exceeded|is over) the limit' WHERE `id` = 93;
 UPDATE `civicrm_mailing_bounce_pattern` SET `pattern` = 'quota ?(usage|violation|exceeded)' WHERE `id` = 98;