From 72cf2e3908837ee872c08685c4cd2406b480750f Mon Sep 17 00:00:00 2001 From: toyomoyo Date: Mon, 2 Apr 2007 02:37:34 +0000 Subject: [PATCH] admins should not need course:view --- lib/db/access.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/db/access.php b/lib/db/access.php index 8014be6c5d..fb2284bae9 100644 --- a/lib/db/access.php +++ b/lib/db/access.php @@ -466,8 +466,7 @@ $moodle_capabilities = array( 'guest' => CAP_ALLOW, 'student' => CAP_ALLOW, 'teacher' => CAP_ALLOW, - 'editingteacher' => CAP_ALLOW, - 'admin' => CAP_ALLOW + 'editingteacher' => CAP_ALLOW ) ), -- 2.39.5