From a190f5de0256d89f18425fa78faa753d94cc3036 Mon Sep 17 00:00:00 2001 From: Parag Bhilkar Date: Thu, 7 Aug 2014 23:17:15 +0530 Subject: [PATCH] -- changed the version name --- CRM/Upgrade/4.5.beta5.msg_template/civicrm_msg_template.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CRM/Upgrade/4.5.beta5.msg_template/civicrm_msg_template.tpl b/CRM/Upgrade/4.5.beta5.msg_template/civicrm_msg_template.tpl index 752a9a02ad..b71aad5de9 100644 --- a/CRM/Upgrade/4.5.beta5.msg_template/civicrm_msg_template.tpl +++ b/CRM/Upgrade/4.5.beta5.msg_template/civicrm_msg_template.tpl @@ -48,9 +48,9 @@ INSERT INTO civicrm_msg_template (msg_title, msg_subject, msg_text, msg_html, workflow_id, is_default, is_reserved) VALUES {foreach from=$ovNames key=gName item=ovs name=for_groups} {foreach from=$ovs key=vName item=title name=for_values} - {fetch assign=subject file="`$smarty.const.SMARTY_DIR`/../../CRM/Upgrade/4.5.alpha1.msg_template/message_templates/`$vName`_subject.tpl"} - {fetch assign=text file="`$smarty.const.SMARTY_DIR`/../../CRM/Upgrade/4.5.alpha1.msg_template/message_templates/`$vName`_text.tpl"} - {fetch assign=html file="`$smarty.const.SMARTY_DIR`/../../CRM/Upgrade/4.5.alpha1.msg_template/message_templates/`$vName`_html.tpl"} + {fetch assign=subject file="`$smarty.const.SMARTY_DIR`/../../CRM/Upgrade/4.5.beta5.msg_template/message_templates/`$vName`_subject.tpl"} + {fetch assign=text file="`$smarty.const.SMARTY_DIR`/../../CRM/Upgrade/4.5.beta5.msg_template/message_templates/`$vName`_text.tpl"} + {fetch assign=html file="`$smarty.const.SMARTY_DIR`/../../CRM/Upgrade/4.5.beta5.msg_template/message_templates/`$vName`_html.tpl"} ('{$title}', '{$subject|escape:"quotes"}', '{$text|escape:"quotes"}', '{$html|escape:"quotes"}', @tpl_ovid_{$vName}, 1, 0), ('{$title}', '{$subject|escape:"quotes"}', '{$text|escape:"quotes"}', '{$html|escape:"quotes"}', @tpl_ovid_{$vName}, 0, 1) {if $smarty.foreach.for_groups.last and $smarty.foreach.for_values.last};{else},{/if} {/foreach} -- 2.25.1