|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Variables | |
| $context = get_context_instance(CONTEXT_SYSTEM) | |
| $action = optional_param('action', '', PARAM_ALPHA) | |
| $commentid = optional_param('commentid', 0, PARAM_INT) | |
| $commentids = optional_param('commentids', '', PARAM_ALPHANUMEXT) | |
| $page = optional_param('page', 0, PARAM_INT) | |
| $confirm = optional_param('confirm', 0, PARAM_INT) | |
| $manager = new comment_manager() | |
| if($action and!confirm_sesskey()) | if ($action=== 'delete') |
| $action = optional_param('action', '', PARAM_ALPHA) |
| $commentid = optional_param('commentid', 0, PARAM_INT) |
| $commentids = optional_param('commentids', '', PARAM_ALPHANUMEXT) |
| $manager = new comment_manager() |