MDL-50442 ws: Add core_user_get_users_by_field to the mobile service

This commit is contained in:
Juan Leyva
2015-06-04 22:02:04 +02:00
parent 17abbfba1f
commit ceac202f64
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1128,6 +1128,7 @@ $services = array(
'gradereport_user_view_grade_report',
'core_rating_get_item_ratings',
'mod_url_view_url',
'core_user_get_users_by_field',
),
'enabled' => 0,
'restrictedusers' => 0,
+1 -1
View File
@@ -29,7 +29,7 @@
defined('MOODLE_INTERNAL') || die();
$version = 2015060400.00; // YYYYMMDD = weekly release date of this DEV branch.
$version = 2015060400.01; // YYYYMMDD = weekly release date of this DEV branch.
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.