|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Variables | |
| $choose = optional_param('choose', '', PARAM_PLUGIN) | |
| $reset = optional_param('reset', 0, PARAM_BOOL) | |
| $device = optional_param('device', '', PARAM_TEXT) | |
| if($reset and confirm_sesskey()) else | if ($choose &&$device &&confirm_sesskey()) |
| $table = new html_table() | |
| $table | data = array() |
| $choose = optional_param('choose', '', PARAM_PLUGIN) |
| $device = optional_param('device', '', PARAM_TEXT) |
| $reset = optional_param('reset', 0, PARAM_BOOL) |
| $table = new html_table() |
| if ($reset and confirm_sesskey()) else if($choose &&$device &&confirm_sesskey()) |