]> git.mjollnir.org Git - moodle.git/commitdiff
More capabilities tweaks
authorvyshane <vyshane>
Wed, 13 Sep 2006 04:09:31 +0000 (04:09 +0000)
committervyshane <vyshane>
Wed, 13 Sep 2006 04:09:31 +0000 (04:09 +0000)
lib/db/access.php

index 2b1bd0add75737973ea72aecfe8855aca71bcd61..41bda78c83079e5fa6666fba3f5e0a14cb658d52 100644 (file)
@@ -166,8 +166,8 @@ $moodle_capabilities = array(
             'guest' => CAP_PREVENT,
             'student' => CAP_PREVENT,
             'teacher' => CAP_PREVENT,
-            'editingteacher' => CAP_PREVENT,
-            'coursecreator' => CAP_PREVENT,
+            'editingteacher' => CAP_ALLOW,
+            'coursecreator' => CAP_ALLOW,
             'admin' => CAP_ALLOW
         )
     ),