MDL-44020 Add core_calendar_get_calendar_events function to the moodle mobile core service
This commit is contained in:
+2
-1
@@ -905,7 +905,8 @@ $services = array(
|
||||
'moodle_message_send_instantmessages',
|
||||
'core_course_get_contents',
|
||||
'core_get_component_strings',
|
||||
'core_user_add_user_device'),
|
||||
'core_user_add_user_device',
|
||||
'core_calendar_get_calendar_events'),
|
||||
'enabled' => 0,
|
||||
'restrictedusers' => 0,
|
||||
'shortname' => MOODLE_OFFICIAL_MOBILE_SERVICE,
|
||||
|
||||
+1
-1
@@ -29,7 +29,7 @@
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$version = 2014020700.00; // YYYYMMDD = weekly release date of this DEV branch.
|
||||
$version = 2014020700.01; // YYYYMMDD = weekly release date of this DEV branch.
|
||||
// RR = release increments - 00 in DEV branches.
|
||||
// .XX = incremental changes.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user