mirror of
https://github.com/moodle/moodle.git
synced 2025-01-29 19:50:14 +01:00
One default was causing author view not being able to sortby firstname or lastname.
Merged from MOODLE_18_STABLE
This commit is contained in:
parent
78c711980d
commit
1d33f652dd
@ -13,7 +13,7 @@
|
||||
$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
|
||||
$fullsearch = optional_param('fullsearch', 0,PARAM_INT); // full search (concept and definition) when searching?
|
||||
$sortkey = optional_param('sortkey', 'CREATION', PARAM_ALPHA);// Sorted view: CREATION | UPDATE | FIRSTNAME | LASTNAME...
|
||||
$sortkey = optional_param('sortkey', '', PARAM_ALPHA);// Sorted view: CREATION | UPDATE | FIRSTNAME | LASTNAME...
|
||||
$sortorder = optional_param('sortorder', 'ASC', PARAM_ALPHA); // it defines the order of the sorting (ASC or DESC)
|
||||
$offset = optional_param('offset', 0,PARAM_INT); // entries to bypass (for paging purposes)
|
||||
$page = optional_param('page', 0,PARAM_INT); // Page to show (for paging purposes)
|
||||
|
Loading…
x
Reference in New Issue
Block a user