16 lines
275 B
PHP
16 lines
275 B
PHP
<?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;
|
|
|
|
} |