|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Variables | |
| $noteid = optional_param('id', 0, PARAM_INT) | |
| retrieve parameters | |
| $url = new moodle_url('/notes/edit.php') | |
| $context = get_context_instance(CONTEXT_COURSE, $course->id) | |
| locate context information | |
| if(empty($CFG->enablenotes)) | $noteform = new note_edit_form() |
| create form | |
| if (empty($CFG->enablenotes)) $noteform = new note_edit_form() |
| $noteid = optional_param('id', 0, PARAM_INT) |
| $url = new moodle_url('/notes/edit.php') |