Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(from parent 1:
8cb1af9
)
Merge branch 'MDL-40323-master' of https://github.com/mackensen/moodle
author
Dan Poltawski
<dan@moodle.com>
Mon, 29 Jul 2013 05:59:55 +0000
(13:59 +0800)
committer
Dan Poltawski
<dan@moodle.com>
Mon, 29 Jul 2013 05:59:55 +0000
(13:59 +0800)
report/log/locallib.php
patch
|
blob
|
blame
|
history
diff --git
a/report/log/locallib.php
b/report/log/locallib.php
index
2b55a8a
..
30d1404
100644
(file)
--- a/
report/log/locallib.php
+++ b/
report/log/locallib.php
@@
-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);