incorrect use of required_param()

This commit is contained in:
skodak 2006-03-07 23:51:21 +00:00
parent bbba475967
commit b1f00c8985

View File

@ -16,7 +16,7 @@
require_login();
$courseid = required_param('courseid', 0, PARAM_INT);
$courseid = required_param('courseid', PARAM_INT);
// The optional parameter 'clean' allows us to clear module information,
// guaranteeing a module-independent question bank editing interface