Procedural File: group_edit.php
Source Location: /main/group/group_edit.php
Page Details:
Tags:
Includes:
check_group_members [line 116]
void check_group_members(
$value)
|
|
Function to check if the number of selected group members is valid
Parameters
check_max_number_of_members [line 103]
void check_max_number_of_members(
$value)
|
|
Function to check the given max number of members per group
Parameters
sort_users [line 82]
void sort_users(
$user_a, $user_b)
|
|
function to sort users after getting the list in the db. Necessary because there are 2 or 3 queries. Called by usort()
Parameters
|