diff --git a/booking.helper.inc b/booking.helper.inc index fa9c2f1..de52ae6 100644 --- a/booking.helper.inc +++ b/booking.helper.inc @@ -1637,7 +1637,8 @@ function _booking_studygroup_email_summary($node) { 'studygroup-role' => _booking_studygroup_role_lookup($node->$roleid), ); - $li_text = variable_get('booking_studygroup_summary_li_text', ''); + $li_text = variable_get('booking_studygroup_summary_li_text', + '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]'); $rows[] = token_replace($li_text, $tokens); /* // Add some boldness if we're using html email