From 527fb363e79992ce1f61a0580a8aeaab41573d82 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Wed, 8 Jun 2016 12:27:44 +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 c6de556..b1a7fdc 100644 --- a/booking.studygroups_report.inc +++ b/booking.studygroups_report.inc @@ -138,7 +138,7 @@ function booking_studygroups_leadhelp_view_summary() { $newline = array($person->booking_firstname, $person->booking_lastname); foreach ($studygroup_list as $group) { - $session = 'session' . $group->sid + $session = 'session' . $group->sid; $session_role = 'session' . $group->sid . '_role'; if ($person->$session_role > 0) {