diff --git a/group/edit.php b/group/edit.php index b2569bb1508..af5295afbc8 100755 --- a/group/edit.php +++ b/group/edit.php @@ -110,7 +110,8 @@ if ($editform->is_cancelled()) { $course->fullname, "wwwroot/course/view.php?id=$courseid\">$course->shortname ". "-> wwwroot/user/index.php?id=$courseid\">$strparticipants ". - "-> $strgroups", '', '', true, '', user_login_string($course, $USER)); + '-> $strgroups". + "-> $strheading", '', '', true, '', user_login_string($course, $USER)); print_heading($strheading); echo '
Enrolment keys allow users to enrol themselves into a course, usually there is one key for the whole course defined in the course settings. However, if you define a *group* enrolment key then not only will entering that key let the user into the course, but it will also automatically make them a member of this group.
+