mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
13 lines
226 B
PHP
13 lines
226 B
PHP
<?php
|
|
// @@@ TO DO
|
|
function groups_get_forced_grouping($courseid) {
|
|
}
|
|
|
|
function groups_set_forced_grouping($courseid, $groupingid) {
|
|
}
|
|
|
|
function groups_course_print_group_selector($userid, $courseid, $permissiontype) {
|
|
}
|
|
|
|
?>
|