|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Variables | |
| $confirm = optional_param('confirm', 0, PARAM_BOOL) | |
| $return = $CFG->wwwroot.'/'.$CFG->admin.'/user/user_bulk.php' | |
| if (empty($SESSION->bulk_users)) | |
| $confirm = optional_param('confirm', 0, PARAM_BOOL) |
script for bulk user delete operations
Definition at line 9 of file user_bulk_confirm.php.
| $return = $CFG->wwwroot.'/'.$CFG->admin.'/user/user_bulk.php' |
Definition at line 15 of file user_bulk_confirm.php.
| if(empty($SESSION->bulk_users)) |
Definition at line 17 of file user_bulk_confirm.php.