|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | tool |
Enumerations | |
| enum | NO_OUTPUT_BUFFERING |
Variables | |
| $search = optional_param('search', '', PARAM_RAW) | |
| $replace = optional_param('replace', '', PARAM_RAW) | |
| $sure = optional_param('sure', 0, PARAM_BOOL) | |
| if($DB->get_dbfamily()!== 'mysql'and $DB->get_dbfamily()!== 'postgres') | if (!data_submitted() or!$search or!$replace or!confirm_sesskey() or!$sure) |
| enum NO_OUTPUT_BUFFERING |
| $replace = optional_param('replace', '', PARAM_RAW) |
| $sure = optional_param('sure', 0, PARAM_BOOL) |