MDL-27399 Add all the new mobile ws functions to the built-in mobile service

This commit is contained in:
Jerome Mouneyrac 2011-06-09 15:19:58 +08:00
parent 6911fa130b
commit f2806b9a65
2 changed files with 5 additions and 2 deletions

View File

@ -245,7 +245,10 @@ $services = array(
'functions' => array (
'moodle_enrol_get_users_courses',
'moodle_enrol_get_enrolled_users',
'moodle_user_get_users_by_id'),
'moodle_user_get_users_by_id',
'moodle_webservice_get_siteinfo',
'moodle_notes_create_notes',
'moodle_message_send_messages'),
'enabled' => 0,
'restrictedusers' => 0,
'shortname' => MOODLE_OFFICIAL_MOBILE_SERVICE

View File

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