From: Ravish Nair Date: Thu, 7 Mar 2013 08:49:27 +0000 (+0530) Subject: -- postupgrade message for beta2 to display the modified message templates X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=2cf0e58d690f4c0b62bd2e50b0ad6e486d4ef05e;p=civicrm-core.git -- postupgrade message for beta2 to display the modified message templates --- 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).'); }