mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-9073 Glossary: uncategorised entries are printable
This commit is contained in:
parent
f4a9bf65da
commit
f97aee76e7
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user