From c5c1ec895b754074d3f04190691f6181650be6a9 Mon Sep 17 00:00:00 2001 From: moodler Date: Wed, 6 Dec 2006 02:24:18 +0000 Subject: [PATCH] Non-editing teachers should NOT have course import capability by default --- lib/db/access.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/db/access.php b/lib/db/access.php index 440e0dfcb7..48db1b00f0 100644 --- a/lib/db/access.php +++ b/lib/db/access.php @@ -133,7 +133,6 @@ $moodle_capabilities = array( 'captype' => 'write', 'contextlevel' => CONTEXT_SYSTEM, 'legacy' => array( - 'teacher' => CAP_ALLOW, 'editingteacher' => CAP_ALLOW, 'coursecreator' => CAP_ALLOW, 'admin' => CAP_ALLOW -- 2.39.5