From 2cf0e58d690f4c0b62bd2e50b0ad6e486d4ef05e Mon Sep 17 00:00:00 2001 From: Ravish Nair Date: Thu, 7 Mar 2013 14:19:27 +0530 Subject: [PATCH] -- postupgrade message for beta2 to display the modified message templates --- CRM/Upgrade/Incremental/php/FourThree.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Upgrade/Incremental/php/FourThree.php b/CRM/Upgrade/Incremental/php/FourThree.php index b84b74ff84..3804386449 100644 --- a/CRM/Upgrade/Incremental/php/FourThree.php +++ b/CRM/Upgrade/Incremental/php/FourThree.php @@ -95,7 +95,7 @@ WHERE entity_value = '' OR entity_value IS NULL } } - if ($rev == '4.3.beta1') { + if ($rev == '4.3.beta2') { $postUpgradeMessage .= '
' . ts('Default versions of the following System Workflow Message Templates have been modified to handle new functionality: If you have modified these templates, please review the new default versions and implement updates as needed to your copies (Administer > Communications > Message Templates > System Workflow Messages).'); } -- 2.25.1