|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | core |
Variables | |
| $confirmadd = optional_param('confirmadd', 0, PARAM_INT) | |
| $confirmdel = optional_param('confirmdel', 0, PARAM_INT) | |
| if(!is_siteadmin()) | $admisselector = new admins_existing_selector() |
| $potentialadmisselector = new admins_potential_selector() | |
| if(optional_param('add', false, PARAM_BOOL) and confirm_sesskey()) else if(optional_param('remove', false, PARAM_BOOL) and confirm_sesskey()) else if(optional_param('main', false, PARAM_BOOL) and confirm_sesskey()) else if($confirmadd and confirm_sesskey()) else | if ($confirmdel and confirm_sesskey() and $confirmdel!=$USER->id) |
| Print header. | |
| if (!is_siteadmin()) $admisselector = new admins_existing_selector() |
Definition at line 40 of file admins.php.
| $confirmadd = optional_param('confirmadd', 0, PARAM_INT) |
Definition at line 30 of file admins.php.
| $confirmdel = optional_param('confirmdel', 0, PARAM_INT) |
Definition at line 31 of file admins.php.
| $potentialadmisselector = new admins_potential_selector() |
Definition at line 43 of file admins.php.
| if (optional_param('add', false, PARAM_BOOL) and confirm_sesskey()) else if (optional_param('remove', false, PARAM_BOOL) and confirm_sesskey()) else if (optional_param('main', false, PARAM_BOOL) and confirm_sesskey()) else if ($confirmadd and confirm_sesskey()) else if($confirmdel and confirm_sesskey() and $confirmdel!=$USER->id) |
Print header.
Definition at line 102 of file admins.php.