Merge branch 'MDL-45158' of git://github.com/jleyva/moodle

This commit is contained in:
Marina Glancy 2014-04-24 11:54:10 +08:00
commit eb2d613ce0
2 changed files with 4 additions and 2 deletions

View File

@ -945,7 +945,9 @@ $services = array(
'mod_assign_save_user_extensions',
'mod_assign_reveal_identities',
'message_airnotifier_is_system_configured',
'message_airnotifier_are_notification_preferences_configured'),
'message_airnotifier_are_notification_preferences_configured',
'core_grades_get_grades',
'core_grades_update_grades'),
'enabled' => 0,
'restrictedusers' => 0,
'shortname' => MOODLE_OFFICIAL_MOBILE_SERVICE,

View File

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