Add new include for study group leaders/helpers calculations
This commit is contained in:
16
booking.studygroup_leaders.inc
Normal file
16
booking.studygroup_leaders.inc
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Functions for calculating leaders and helpers for discussion groups
|
||||
*/
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Function for selecting who is available to lead or help sessions
|
||||
*/
|
||||
function booking_studygroups_leaders_calculate($node, &$form_state, $group_id) {
|
||||
global $event;
|
||||
|
||||
}
|
Reference in New Issue
Block a user