MDL-18150 fixed typo- thanks Chris Potter
This commit is contained in:
@@ -55,7 +55,7 @@ function print_mnet_log_selector_form($hostid, $course, $selecteduser=0, $select
|
||||
// If looking at a different host, we're interested in all our site users
|
||||
if ($hostid == $CFG->mnet_localhost_id && $course->id != SITEID) {
|
||||
if ($selectedgroup) { // If using a group, only get users in that group.
|
||||
$courseusers = get_group_users($selectedgroup, 'u.lastname ASC', '', 'u.id, u.firstname, u.lastname, u.idnumber', $limitfrom, $imitnum);
|
||||
$courseusers = get_group_users($selectedgroup, 'u.lastname ASC', '', 'u.id, u.firstname, u.lastname, u.idnumber', $limitfrom, $limitnum);
|
||||
} else {
|
||||
$courseusers = get_course_users($course->id, '', '', 'u.id, u.firstname, u.lastname, u.idnumber', $limitfrom, $limitnum);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user