|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Variables | |
| if(!isset($SESSION->bulk_users)) | $ufiltering = new user_filtering() |
| $action_form = new user_bulk_action_form() | |
| if($data=$action_form->get_data()) | $user_bulk_form = new user_bulk_form(null, get_selection_data($ufiltering)) |
| if ($data=$user_bulk_form->get_data()) | |
| $action_form = new user_bulk_action_form() |
Definition at line 18 of file user_bulk.php.
| if (!isset($SESSION->bulk_users)) $ufiltering = new user_filtering() |
Definition at line 14 of file user_bulk.php.
| if ($data=$action_form->get_data()) $user_bulk_form = new user_bulk_form(null, get_selection_data($ufiltering)) |
Definition at line 33 of file user_bulk.php.
| if($data=$user_bulk_form->get_data()) |
Definition at line 35 of file user_bulk.php.