Add new include for study group leaders/helpers calculations

This commit is contained in:
2016-01-17 19:10:42 +11:00
parent 96f3122b93
commit a283320925
6 changed files with 31 additions and 8 deletions

View 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;
}