We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a14f303 + a6ca371 commit 576dbd8Copy full SHA for 576dbd8
1 file changed
questionlibrary.php
@@ -33,8 +33,6 @@
33
require_once(__DIR__ . '/stack/questionlibrary.class.php');
34
require_once(__DIR__ . '/classes/form/category_form.php');
35
36
-use category_form;
37
-
38
if ($cmid = optional_param('cmid', 0, PARAM_INT)) {
39
$cm = get_coursemodule_from_id(false, $cmid);
40
require_login($cm->course, false, $cm);
0 commit comments