-- postupgrade message for beta2 to display the modified message templates
authorRavish Nair <ravish@ravish.(none)>
Thu, 7 Mar 2013 08:49:27 +0000 (14:19 +0530)
committerRavish Nair <ravish@ravish.(none)>
Thu, 7 Mar 2013 08:49:27 +0000 (14:19 +0530)
CRM/Upgrade/Incremental/php/FourThree.php

index b84b74ff84f7921bfb3900649ac2c7310975ceb6..380438644913ebce56bd759a889255c90d2c8317 100644 (file)
@@ -95,7 +95,7 @@ WHERE    entity_value = '' OR entity_value IS NULL
       }
     }
 
-    if ($rev == '4.3.beta1') {
+    if ($rev == '4.3.beta2') {
       $postUpgradeMessage .= '<br />' . ts('Default versions of the following System Workflow Message Templates have been modified to handle new functionality: <ul><li>Events - Registration Confirmation and Receipt (on-line)</li><li>Events - Registration Confirmation and Receipt (off-line)</li><li>Pledges - Acknowledgement</li><li>Pledges - Payment Reminder</li><li>Contributions - Receipt (off-line)</li><li>Contributions - Receipt (on-line)</li><li>Memberships - Signup and Renewal Receipts (off-line)</li><li>Memberships - Receipt (on-line)</li><li>Personal Campaign Pages - Admin Notification</li></ul> 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).');
     }