changing default capabilities for coursecreators so that they could create courses

This commit is contained in:
toyomoyo 2006-10-10 03:03:17 +00:00
parent 7246585a70
commit 4473252d7c

View file

@ -533,7 +533,7 @@ $moodle_capabilities = array(
'student' => CAP_PREVENT, 'student' => CAP_PREVENT,
'teacher' => CAP_PREVENT, 'teacher' => CAP_PREVENT,
'editingteacher' => CAP_PREVENT, 'editingteacher' => CAP_PREVENT,
'coursecreator' => CAP_PREVENT, 'coursecreator' => CAP_ALLOW,
'admin' => CAP_ALLOW 'admin' => CAP_ALLOW
) )
), ),