diff --git a/booking.helper.inc b/booking.helper.inc index 0f13c09..d9d5563 100644 --- a/booking.helper.inc +++ b/booking.helper.inc @@ -1704,7 +1704,7 @@ function _booking_studygroup_email_summary($node) { 'You are a [meta-booking:studygroup-role] for group [meta-booking:studygroup-descrip], which will occur on [meta-booking:studygroup-weekday]. ' . '
[meta-booking:studygroup-explan]'); // 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); } }