mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
Merge branch 'MDL-54602-master' of git://github.com/jleyva/moodle
This commit is contained in:
commit
6880e350d3
@ -403,7 +403,6 @@ $functions = array(
|
||||
'methodname' => 'update_grades',
|
||||
'description' => 'Update a grade item and associated student grades.',
|
||||
'type' => 'write',
|
||||
'services' => array(MOODLE_OFFICIAL_MOBILE_SERVICE),
|
||||
),
|
||||
'core_grading_get_definitions' => array(
|
||||
'classname' => 'core_grading_external',
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$version = 2016070100.00; // YYYYMMDD = weekly release date of this DEV branch.
|
||||
$version = 2016070100.01; // YYYYMMDD = weekly release date of this DEV branch.
|
||||
// RR = release increments - 00 in DEV branches.
|
||||
// .XX = incremental changes.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user