Merge branch 's13_MDL-29170_risklevel_21' of git://github.com/dongsheng/moodle into MOODLE_21_STABLE

This commit is contained in:
Sam Hemelryk
2011-09-05 11:13:17 +12:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1687,7 +1687,7 @@ $capabilities = array(
),
'moodle/webservice:createmobiletoken' => array(
'riskbitmask' => RISK_CONFIG | RISK_DATALOSS | RISK_SPAM | RISK_PERSONAL | RISK_XSS,
'riskbitmask' => RISK_SPAM | RISK_PERSONAL,
'captype' => 'write',
'contextlevel' => CONTEXT_SYSTEM,
'archetypes' => array(
+1 -1
View File
@@ -31,7 +31,7 @@ defined('MOODLE_INTERNAL') || die();
$version = 2011070101.06; // 20110701 = branching date YYYYMMDD - do not modify!
$version = 2011070101.07; // 20110701 = branching date YYYYMMDD - do not modify!
// RR = release version - do not change in weeklies
// .XX = incremental changes