|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | report |
Variables | |
| $courseid = optional_param('course', SITEID, PARAM_INT) | |
| $report = optional_param('report', 0, PARAM_INT) | |
| $time = optional_param('time', 0, PARAM_INT) | |
| $mode = optional_param('mode', STATS_MODE_GENERAL, PARAM_INT) | |
| $userid = optional_param('userid', 0, PARAM_INT) | |
| $roleid = 0 | |
| $context = get_context_instance(CONTEXT_COURSE, $course->id) | |
| if (empty($CFG->enablestats)) | |
| $report = optional_param('report', 0, PARAM_INT) |