|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | course |
Variables | |
| $approve = optional_param('approve', 0, PARAM_INT) | |
| $reject = optional_param('reject', 0, PARAM_INT) | |
| $baseurl = $CFG->wwwroot . '/course/pending.php' | |
| if(!empty($approve) and confirm_sesskey()) | if (!empty($reject)) |
| Process approval of a course. | |
| $pending = $DB->get_records('course_request') | |
| $approve = optional_param('approve', 0, PARAM_INT) |
Definition at line 41 of file pending.php.
Definition at line 44 of file pending.php.
| $pending = $DB->get_records('course_request') |
Definition at line 94 of file pending.php.
| $reject = optional_param('reject', 0, PARAM_INT) |
Definition at line 42 of file pending.php.
| if (!empty($approve) and confirm_sesskey()) if(!empty($reject)) |
Process approval of a course.
Process rejection of a course. Print a list of all the pending requests.
Definition at line 61 of file pending.php.