]> git.mjollnir.org Git - moodle.git/commitdiff
fixed warning in glossary export, merged from MOODLE_16_STABLE
authorskodak <skodak>
Thu, 6 Jul 2006 21:27:00 +0000 (21:27 +0000)
committerskodak <skodak>
Thu, 6 Jul 2006 21:27:00 +0000 (21:27 +0000)
mod/glossary/export.php

index a4fc313665b72c5a0d2c76334e4a5b560640b45d..dda8c4bcbe878ba91372c04e0ee73b08f94bf29d 100644 (file)
@@ -5,6 +5,8 @@
 
     $id = required_param('id', PARAM_INT);      // Course Module ID
 
+    $mode= optional_param('mode', '', PARAM_ALPHA);           // term entry cat date letter search author approval
+    $hook= optional_param('hook', '', PARAM_CLEAN);           // the term, entry, cat, etc... to look for based on mode
     $l   = optional_param('l','', PARAM_ALPHANUM);
     $cat = optional_param('cat',0, PARAM_ALPHANUM);