From 388ff802683904bba3317bcdd35d436dffd7e5c4 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Tue, 26 Jun 2018 18:06:32 +1000 Subject: [PATCH] tweaks --- booking.helper.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); } }