Tweaks
This commit is contained in:
@@ -1287,12 +1287,14 @@ function _booking_leader_helper_email_summary($node) {
|
||||
//check that this study group session has been defined for this attendee and that they
|
||||
if (!empty($node->$sessionid) && $node->$roleid > 0)
|
||||
{
|
||||
/*
|
||||
//make sure we only add this prefix text once, as soon as we've found a matching role
|
||||
if ($found == FALSE)
|
||||
{
|
||||
$found = TRUE;
|
||||
$rows[] = t("You have been assigned to perform the following roles for study groups:");
|
||||
}
|
||||
*/
|
||||
|
||||
//TODO: use a function for this.
|
||||
//if they're a leader or reserver leader, then the matching person is the helper
|
||||
|
Reference in New Issue
Block a user