Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a7f931
)
lib-db-access MDL-25672 editingteacher can no longer delete courses by default.
author
Sam Hemelryk
<sam@moodle.com>
Thu, 6 Jan 2011 03:43:20 +0000
(11:43 +0800)
committer
Sam Hemelryk
<sam@moodle.com>
Fri, 14 Jan 2011 02:23:37 +0000
(10:23 +0800)
lib/db/access.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/db/access.php
b/lib/db/access.php
index
38729ea
..
e3e6d68
100644
(file)
--- a/
lib/db/access.php
+++ b/
lib/db/access.php
@@
-727,7
+727,6
@@
$capabilities = array(
'captype' => 'write',
'contextlevel' => CONTEXT_COURSE,
'archetypes' => array(
- 'editingteacher' => CAP_ALLOW,
'manager' => CAP_ALLOW
)
),