|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Variables | |
| $returnurl = "$CFG->wwwroot/$CFG->admin/settings.php?section=manageeditors" | |
| $action = optional_param('action', '', PARAM_ACTION) | |
| $editor = optional_param('editor', '', PARAM_PLUGIN) | |
| $available_editors = editors_get_available() | |
| if(!empty($editor) and empty($available_editors[$editor])) | $active_editors = explode(',', $CFG->texteditors) |
| foreach($active_editors as $key=> $active) if(!confirm_sesskey()) | $return = true |
| $action = optional_param('action', '', PARAM_ACTION) |
Definition at line 16 of file editors.php.
| if (!empty($editor) and empty($available_editors[$editor])) $active_editors = explode(',', $CFG->texteditors) |
Definition at line 25 of file editors.php.
| $available_editors = editors_get_available() |
Definition at line 20 of file editors.php.
| $editor = optional_param('editor', '', PARAM_PLUGIN) |
Definition at line 17 of file editors.php.
| foreach ($active_editors as $key=> $active) if (!confirm_sesskey()) $return = true |
Definition at line 40 of file editors.php.
Definition at line 14 of file editors.php.