This commit is contained in:
Nathan Coad
2018-06-26 18:06:32 +10:00
parent 598b6f653f
commit 388ff80268

View File

@@ -1704,7 +1704,7 @@ function _booking_studygroup_email_summary($node) {
'You are a <b>[meta-booking:studygroup-role]</b> for group <b>[meta-booking:studygroup-descrip]</b>, which will occur on [meta-booking:studygroup-weekday]. ' . 'You are a <b>[meta-booking:studygroup-role]</b> for group <b>[meta-booking:studygroup-descrip]</b>, which will occur on [meta-booking:studygroup-weekday]. ' .
'<br /><b>[meta-booking:studygroup-explan]</b>'); '<br /><b>[meta-booking:studygroup-explan]</b>');
// Make sure there is only HTML in the admin-entered text // Make sure there is only HTML in the admin-entered text
$list_element_text = check_markup($list_element_text, 'full_html', '', FALSE); //$list_element_text = check_markup($list_element_text, 'full_html', '', FALSE);
$rows[] = token_replace($list_element_text, $tokens); $rows[] = token_replace($list_element_text, $tokens);
} // End checking for empty studygroup session } // End checking for empty studygroup session
} // End foreach loop } // End foreach loop
@@ -1809,7 +1809,7 @@ function _booking_leader_helper_email_summary($node) {
'You can contact them on [meta-booking:studygroup-otherphone] or [meta-booking:studygroup-otheremail].' 'You can contact them on [meta-booking:studygroup-otherphone] or [meta-booking:studygroup-otheremail].'
); );
// Make sure there is only HTML in the admin-entered text // Make sure there is only HTML in the admin-entered text
$list_element_text = check_markup($list_element_text, 'full_html', '', FALSE); //$list_element_text = check_markup($list_element_text, 'full_html', '', FALSE);
$rows[] = token_replace($list_element_text, $tokens); $rows[] = token_replace($list_element_text, $tokens);
} }
} }