|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Variables | |
| $id = required_param('id', PARAM_INT) | |
| $course = $DB->get_record('course', array('id' => $id), '*', MUST_EXIST) | |
| $course = $DB->get_record('course', array('id' => $id), '*', MUST_EXIST) |
Definition at line 43 of file metadata.php.
| $id = required_param('id', PARAM_INT) |
Definition at line 41 of file metadata.php.