diff --git a/lib/db/access.php b/lib/db/access.php index b2a045e4c28..38729ea1c35 100644 --- a/lib/db/access.php +++ b/lib/db/access.php @@ -1067,7 +1067,7 @@ $capabilities = array( 'riskbitmask' => RISK_SPAM, 'captype' => 'write', - 'contextlevel' => CONTEXT_USER, + 'contextlevel' => CONTEXT_SYSTEM, 'archetypes' => array( 'student' => CAP_ALLOW, 'user' => CAP_ALLOW, diff --git a/version.php b/version.php index f483be66fb8..0b0729d21ea 100644 --- a/version.php +++ b/version.php @@ -29,7 +29,7 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2010111702; // YYYYMMDD = date of the last version bump +$version = 2010111703; // YYYYMMDD = date of the last version bump // XX = daily increments $release = '2.0 RC2 (Build: 20101119)'; // Human-friendly version name