lib-db-access MDL-25672 editingteacher can no longer delete courses by default.

This commit is contained in:
Sam Hemelryk
2011-01-14 10:23:37 +08:00
parent 5a7f931ee5
commit 5dd7e903ff
-1
View File
@@ -727,7 +727,6 @@ $capabilities = array(
'captype' => 'write',
'contextlevel' => CONTEXT_COURSE,
'archetypes' => array(
'editingteacher' => CAP_ALLOW,
'manager' => CAP_ALLOW
)
),