----------------------------------------
* CRM-15630: Petition add signature thank you email doesn't send correct social networking links
https://issues.civicrm.org/jira/browse/CRM-15630
{* file to handle db changes in 4.5.5 during upgrade *}
+
+-- https://issues.civicrm.org/jira/browse/CRM-15630
+
+UPDATE civicrm_msg_template SET msg_html = REPLACE(msg_html, 'email=true', 'emailMode=true') WHERE msg_title = 'Petition - signature added';
<p>Thank you for signing {$petition.title}.</p>
-{include file="CRM/Campaign/Page/Petition/SocialNetwork.tpl" petition_id=$survey_id noscript=true email=true}
+{include file="CRM/Campaign/Page/Petition/SocialNetwork.tpl" petition_id=$survey_id noscript=true emailMode=true}