MDL-10911, setting tag:create and tag:edit to allow for user role and admin role

This commit is contained in:
toyomoyo 2007-08-24 05:39:37 +00:00
parent 4c8d9481df
commit 3e6e529fa4
2 changed files with 3 additions and 7 deletions

View File

@ -1120,9 +1120,6 @@ $moodle_capabilities = array(
'captype' => 'write',
'contextlevel' => CONTEXT_SYSTEM,
'legacy' => array(
'student' => CAP_ALLOW,
'teacher' => CAP_ALLOW,
'editingteacher' => CAP_ALLOW,
'admin' => CAP_ALLOW,
'user' => CAP_ALLOW
)
@ -1132,9 +1129,8 @@ $moodle_capabilities = array(
'captype' => 'write',
'contextlevel' => CONTEXT_SYSTEM,
'legacy' => array(
'teacher' => CAP_ALLOW,
'editingteacher' => CAP_ALLOW,
'admin' => CAP_ALLOW
'admin' => CAP_ALLOW,
'user' => CAP_ALLOW
)
),

View File

@ -6,7 +6,7 @@
// This is compared against the values stored in the database to determine
// whether upgrades should be performed (see lib/db/*.php)
$version = 2007082300; // YYYYMMDD = date
$version = 2007082400; // YYYYMMDD = date
// XY = increments within a single day
$release = '1.9 Beta +'; // Human-friendly version name