From bface4fe3c13e4da35d2c777d2139ed3b6a50a00 Mon Sep 17 00:00:00 2001 From: moodler Date: Wed, 11 Oct 2006 06:25:45 +0000 Subject: [PATCH] Merged fix for MDL-6910 --- lib/db/access.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/db/access.php b/lib/db/access.php index db2f2e6072..6d954eb805 100644 --- a/lib/db/access.php +++ b/lib/db/access.php @@ -527,7 +527,6 @@ $moodle_capabilities = array( 'captype' => 'write', 'contextlevel' => CONTEXT_COURSE, 'legacy' => array( - 'teacher' => CAP_ALLOW, 'editingteacher' => CAP_ALLOW, 'coursecreator' => CAP_ALLOW, 'admin' => CAP_ALLOW -- 2.39.5