Merge branch 'MDL-9073-21' of github.com:FMCorz/moodle into MOODLE_21_STABLE
This commit is contained in:
@@ -11,7 +11,7 @@ $offset = optional_param('offset', 0, PARAM_INT); // number
|
||||
$displayformat = optional_param('displayformat',-1, PARAM_INT);
|
||||
|
||||
$mode = required_param('mode', PARAM_ALPHA); // mode to show the entries
|
||||
$hook = optional_param('hook','ALL', PARAM_ALPHANUM); // what to show
|
||||
$hook = optional_param('hook','ALL', PARAM_CLEAN); // what to show
|
||||
$sortkey = optional_param('sortkey','UPDATE', PARAM_ALPHA); // Sorting key
|
||||
|
||||
$url = new moodle_url('/mod/glossary/print.php', array('id'=>$id));
|
||||
|
||||
Reference in New Issue
Block a user