tweaks
This commit is contained in:
@@ -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]. ' .
|
||||
'<br /><b>[meta-booking:studygroup-explan]</b>');
|
||||
// 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);
|
||||
} // End checking for empty studygroup session
|
||||
} // 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].'
|
||||
);
|
||||
// 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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user