### Eclipse Workspace Patch 1.0 #P moodle18dev Index: mod/glossary/export.php =================================================================== RCS file: /cvsroot/moodle/moodle/mod/glossary/export.php,v retrieving revision 1.23.2.4 diff -u -r1.23.2.4 export.php --- mod/glossary/export.php 30 Mar 2007 07:02:57 -0000 1.23.2.4 +++ mod/glossary/export.php 19 Dec 2007 17:25:12 -0000 @@ -8,6 +8,8 @@ $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 $cat = optional_param('cat',0, PARAM_ALPHANUM); + $sortkey= optional_param('sortkey', '', PARAM_ALPHA); // JR + $fullsearch= optional_param('fullsearch', 0); // JR if (! $cm = get_coursemodule_from_id('glossary', $id)) { error("Course Module ID was incorrect"); @@ -56,6 +58,10 @@
+ + + +