Merge pull request #5086 from deepak-srivastava/CRM-15490
[civicrm-core.git] / CRM / Upgrade / 4.5.alpha1.msg_template / civicrm_msg_template.tpl
index d46a279aa477f50ac6cd154a5eb230698e0b3f95..07553db60b979da789ea147c272e5e0b506355a5 100644 (file)
@@ -15,6 +15,7 @@
   UPDATE civicrm_msg_template SET msg_{$tpl.type} = '{$content|escape:"quotes"}' WHERE workflow_id = @workflow_id AND (is_reserved = 1 OR (is_default = 1 AND msg_{$tpl.type} = @content));
 {/foreach}
 
+{php}
   $ovNames = array(
     'contribution' => array(
       'payment_or_refund_notification' => ts('Additional Payment Receipt or Refund Notification',             array('escape' => 'sql')),