Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/admin/tool/replace/index.php File Reference

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)

Enumeration Type Documentation

Definition at line 26 of file index.php.


Variable Documentation

$replace = optional_param('replace', '', PARAM_RAW)

Definition at line 35 of file index.php.

Definition at line 34 of file index.php.

$sure = optional_param('sure', 0, PARAM_BOOL)

Definition at line 36 of file index.php.

if ($DB->get_dbfamily()!== 'mysql'and $DB->get_dbfamily()!== 'postgres') if(!data_submitted() or!$search or!$replace or!confirm_sesskey() or!$sure)

Definition at line 50 of file index.php.

 All Data Structures Namespaces Files Functions Variables Enumerations