|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Variables | |
| $msg = optional_param('msg', '', PARAM_CLEANHTML) | |
| $confirm = optional_param('confirm', 0, PARAM_BOOL) | |
| $return = $CFG->wwwroot.'/'.$CFG->admin.'/user/user_bulk.php' | |
| if(empty($SESSION->bulk_users)) if(empty($CFG->messaging)) if($confirm and!empty($msg) and confirm_sesskey()) | $msgform = new user_message_form('user_bulk_message.php') |
| if($msgform->is_cancelled()) else | if ($formdata=$msgform->get_data()) |
| $confirm = optional_param('confirm', 0, PARAM_BOOL) |
Definition at line 8 of file user_bulk_message.php.
| $msg = optional_param('msg', '', PARAM_CLEANHTML) |
Definition at line 7 of file user_bulk_message.php.
| if (empty($SESSION->bulk_users)) if (empty($CFG->messaging)) if ($confirm and!empty($msg) and confirm_sesskey()) $msgform = new user_message_form('user_bulk_message.php') |
Definition at line 39 of file user_bulk_message.php.
| $return = $CFG->wwwroot.'/'.$CFG->admin.'/user/user_bulk.php' |
Definition at line 14 of file user_bulk_message.php.
Definition at line 44 of file user_bulk_message.php.