add some explanatory text

This commit is contained in:
Nathan Coad
2018-06-21 12:02:20 +10:00
parent 58d486dea9
commit 8d83e08419
2 changed files with 3 additions and 1 deletions

View File

@@ -1696,7 +1696,7 @@ function _booking_leader_helper_email_summary($node) {
//check that this study group session has been defined for this attendee and that they have a role to perform
if (!empty($node->$sessionid) && $node->$roleid > 0) {
//if they're a leader or reserver leader, then the matching person is the helper
//if they're a leader or reserve leader, then the matching person is the helper
if ($node->$roleid == 1 || $node->$roleid == 3) {
$role = "Leader";
$otherrole = "Helper";