Skip to content
Snippets Groups Projects
Commit e92a6e1e authored by Elke Kreim's avatar Elke Kreim
Browse files

Change param type for course_code

parent d475e543
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ require_once($CFG->libdir.'/csvlib.class.php'); ...@@ -29,7 +29,7 @@ require_once($CFG->libdir.'/csvlib.class.php');
$PAGE->set_url('/local/hshexport/download.php'); $PAGE->set_url('/local/hshexport/download.php');
$course_code = optional_param('code', null, PARAM_ALPHANUMEXT); $course_code = optional_param('code', null, PARAM_TEXT);
$courseid = required_param('id', PARAM_INT); $courseid = required_param('id', PARAM_INT);
$coursecontextid = required_param('context', PARAM_INT); $coursecontextid = required_param('context', PARAM_INT);
$roles = required_param('roles', PARAM_TEXT); $roles = required_param('roles', PARAM_TEXT);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment