]> git.mjollnir.org Git - moodle.git/commitdiff
changing default capabilities for coursecreators so that they could create courses
authortoyomoyo <toyomoyo>
Tue, 10 Oct 2006 03:03:17 +0000 (03:03 +0000)
committertoyomoyo <toyomoyo>
Tue, 10 Oct 2006 03:03:17 +0000 (03:03 +0000)
lib/db/access.php

index 264db4545153fc4e9adddbb28a0d8d8cbfd241b7..defc404cb8aca7dbc01fe1887028c8426337f10e 100644 (file)
@@ -533,7 +533,7 @@ $moodle_capabilities = array(
             'student' => CAP_PREVENT,
             'teacher' => CAP_PREVENT,
             'editingteacher' => CAP_PREVENT,
-            'coursecreator' => CAP_PREVENT,
+            'coursecreator' => CAP_ALLOW,
             'admin' => CAP_ALLOW
         )
     ),