MDL-9062: Completed new group form.

This commit is contained in:
nicolasconnault
2007-03-29 08:40:08 +00:00
parent 74fddb6da9
commit 80efbf98c8
7 changed files with 101 additions and 539 deletions
-1
View File
@@ -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