From f23c896a1274c63b108e0161688fd340c5d583fb Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Wed, 8 Jun 2016 14:45:05 +1000 Subject: [PATCH] bugfix --- booking.studygroups_report.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/booking.studygroups_report.inc b/booking.studygroups_report.inc index 46c2f31..de8ce23 100644 --- a/booking.studygroups_report.inc +++ b/booking.studygroups_report.inc @@ -134,7 +134,7 @@ function booking_studygroups_leadhelp_view_summary() { foreach ($studygroup_list as $group) { $session = 'session' . $group->sid; - $session_role = 'session' . $group->sid . '_role' + $session_role = 'session' . $group->sid . '_role'; //add details if they have a role for this studygroup if ($person->$session_role > 0) { $text = _booking_studygroup_role_lookup($person->$session_role);