bugfix
This commit is contained in:
@@ -134,7 +134,7 @@ function booking_studygroups_leadhelp_view_summary() {
|
|||||||
|
|
||||||
foreach ($studygroup_list as $group) {
|
foreach ($studygroup_list as $group) {
|
||||||
$session = 'session' . $group->sid;
|
$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
|
//add details if they have a role for this studygroup
|
||||||
if ($person->$session_role > 0) {
|
if ($person->$session_role > 0) {
|
||||||
$text = _booking_studygroup_role_lookup($person->$session_role);
|
$text = _booking_studygroup_role_lookup($person->$session_role);
|
||||||
|
Reference in New Issue
Block a user