MDL-9062: Completed new group form.
This commit is contained in:
@@ -424,7 +424,6 @@ function groups_remove_all_members($groupid) {
|
||||
*/
|
||||
function groups_update_group($data, $courseid) {
|
||||
global $USER, $CFG;
|
||||
|
||||
$oldgroup = get_record('groups', 'id', $data->id); // should not fail, already tested above
|
||||
|
||||
// Update with the new data
|
||||
|
||||
Reference in New Issue
Block a user