MDL-9073 Glossary: uncategorised entries are printable

This commit is contained in:
Frederic Massart 2012-05-17 16:46:54 +08:00
parent f4a9bf65da
commit f97aee76e7

View File

@ -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));