Merge branch 'MDL-55128-31' of git://github.com/jleyva/moodle into MOODLE_31_STABLE
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@
|
||||
require_once($CFG->libdir.'/completionlib.php');
|
||||
|
||||
$id = optional_param('id', 0, PARAM_INT);
|
||||
$name = optional_param('name', '', PARAM_RAW);
|
||||
$name = optional_param('name', '', PARAM_TEXT);
|
||||
$edit = optional_param('edit', -1, PARAM_BOOL);
|
||||
$hide = optional_param('hide', 0, PARAM_INT);
|
||||
$show = optional_param('show', 0, PARAM_INT);
|
||||
|
||||
Reference in New Issue
Block a user