|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | core |
Variables | |
| if(empty($CFG->usetags)) | $query = optional_param('query', '', PARAM_RAW) |
| $page = optional_param('page', 0, PARAM_INT) | |
| $perpage = optional_param('perpage', 18, PARAM_INT) | |
| $params = array() | |
| $systemcontext = get_context_instance(CONTEXT_SYSTEM) | |
| $manage_link = ' ' | |
| if (has_capability('moodle/tag:manage', $systemcontext)) | |
| $manage_link = ' ' |
Definition at line 54 of file search.php.
| $page = optional_param('page', 0, PARAM_INT) |
Definition at line 36 of file search.php.
| $params = array() |
Definition at line 39 of file search.php.
| $perpage = optional_param('perpage', 18, PARAM_INT) |
Definition at line 37 of file search.php.
| if (empty($CFG->usetags)) $query = optional_param('query', '', PARAM_RAW) |
Definition at line 35 of file search.php.
| $systemcontext = get_context_instance(CONTEXT_SYSTEM) |
Definition at line 53 of file search.php.
| if(!empty($query)) |
Definition at line 60 of file search.php.