mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Merge branch 'MDL-47037-master' of git://github.com/jethac/moodle
This commit is contained in:
commit
05a9873b89
3 changed files with 6 additions and 6 deletions
|
@ -40,8 +40,8 @@ $target = optional_param('target', 0, PARAM_ALPHANUM);
|
|||
$toggle = optional_param('toggle', null, PARAM_INT);
|
||||
$toggle_type = optional_param('toggle_type', 0, PARAM_ALPHANUM);
|
||||
|
||||
$graderreportsifirst = optional_param('sifirst', null, PARAM_ALPHA);
|
||||
$graderreportsilast = optional_param('silast', null, PARAM_ALPHA);
|
||||
$graderreportsifirst = optional_param('sifirst', null, PARAM_NOTAGS);
|
||||
$graderreportsilast = optional_param('silast', null, PARAM_NOTAGS);
|
||||
|
||||
// The report object is recreated each time, save search information to SESSION object for future use.
|
||||
if (isset($graderreportsifirst)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue