MDL-44020 Add core_calendar_get_calendar_events function to the Moodle Mobile service
This commit is contained in:
+2
-1
@@ -871,7 +871,8 @@ $services = array(
|
||||
'moodle_user_get_users_by_courseid',
|
||||
'moodle_message_send_instantmessages',
|
||||
'core_course_get_contents',
|
||||
'core_get_component_strings'),
|
||||
'core_get_component_strings',
|
||||
'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 = 2013051404.05; // 20130514 = branching date YYYYMMDD - do not modify!
|
||||
$version = 2013051404.06; // 20130514 = branching date YYYYMMDD - do not modify!
|
||||
// RR = release increments - 00 in DEV branches
|
||||
// .XX = incremental changes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user