MDL-54602 webservice: Remove core_grades_update_grades from mobile

This commit is contained in:
Juan Leyva 2016-06-15 15:35:09 +01:00
parent b8474fe0c7
commit 5b76f88cb5
2 changed files with 1 additions and 2 deletions

View File

@ -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',

View File

@ -29,7 +29,7 @@
defined('MOODLE_INTERNAL') || die();
$version = 2016062300.00; // YYYYMMDD = weekly release date of this DEV branch.
$version = 2016062300.01; // YYYYMMDD = weekly release date of this DEV branch.
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.