Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/course/pending.php File Reference

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')

Variable Documentation

$approve = optional_param('approve', 0, PARAM_INT)

Definition at line 41 of file pending.php.

$baseurl = $CFG->wwwroot . '/course/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.

 All Data Structures Namespaces Files Functions Variables Enumerations