mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Merge branch 'MDL-40323-master' of https://github.com/mackensen/moodle
This commit is contained in:
commit
48638b915d
@ -349,6 +349,7 @@ function report_log_print_mnet_selector_form($hostid, $course, $selecteduser=0,
|
||||
}
|
||||
echo html_writer::label(get_string('participantslist'), 'menuuser', false, array('class' => 'accesshide'));
|
||||
echo html_writer::select($users, "user", $selecteduser, false);
|
||||
$a = new stdClass();
|
||||
$a->url = "$CFG->wwwroot/report/log/index.php?chooselog=0&group=$selectedgroup&user=$selecteduser"
|
||||
."&id=$course->id&date=$selecteddate&modid=$selectedactivity&showusers=1&showcourses=$showcourses";
|
||||
print_string('logtoomanyusers','moodle',$a);
|
||||
|
Loading…
x
Reference in New Issue
Block a user