$error = false;
-$courseid = required_param('id');
+$courseid = required_param('id', PARAM_INTEGER);
// Get the course information so we can print the header and check the course id
// is valid
"-> <a href=\"$CFG->wwwroot/user/index.php?id=$courseid\">$strparticipants</a> ".
"-> $strgroups", "", "", true, '', user_login_string($course, $USER));
+ //TODO: set to false in /course/group.php
+ $usehtmleditor = false;
+
require_once('form.html');
print_footer($course);