mirror of
https://github.com/moodle/moodle.git
synced 2025-04-25 10:26:17 +02:00
quoting tag string
This commit is contained in:
parent
c969c28772
commit
61ca5f8dd3
@ -25,7 +25,7 @@ $d = optional_param('d', 0, PARAM_INT); //day
|
||||
$userid = optional_param('userid',0,PARAM_INT);
|
||||
$groupid = optional_param('groupid',0,PARAM_INT);
|
||||
$courseid = optional_param('courseid',0,PARAM_INT);
|
||||
$tag = urldecode(optional_param('tag', '', PARAM_NOTAGS));
|
||||
$tag = s(urldecode(optional_param('tag', '', PARAM_NOTAGS)));
|
||||
$tagid = optional_param('tagid', 0, PARAM_INT);
|
||||
|
||||
$filtertype = optional_param('filtertype', '', PARAM_ALPHA);
|
||||
|
Loading…
x
Reference in New Issue
Block a user