MDL-27880

1. moodle_user_get_course_participants_by_id web service to get user details in course context
2. Fixed the proformance issues of get_users_by_id web service
This commit is contained in:
Dongsheng Cai
2011-06-20 13:46:47 +08:00
parent 7a7d34febb
commit ea4e96c248
3 changed files with 532 additions and 206 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ defined('MOODLE_INTERNAL') || die();
$version = 2011061700.01; // YYYYMMDD = weekly release date of this DEV branch
$version = 2011061700.02; // YYYYMMDD = weekly release date of this DEV branch
// RR = release increments - 00 in DEV branches
// .XX = incremental changes