MDL-50442 ws: Add core_user_get_users_by_field to the mobile service
This commit is contained in:
@@ -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
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user