Merge branch 'wip-MDL-41967-24' of git://github.com/abgreeve/moodle into MOODLE_24_STABLE
This commit is contained in:
+1
-1
@@ -186,7 +186,7 @@ class graded_users_iterator {
|
||||
LEFT JOIN (SELECT * FROM {user_info_data}
|
||||
WHERE fieldid = :cf$customfieldscount) cf$customfieldscount
|
||||
ON u.id = cf$customfieldscount.userid";
|
||||
$userfields .= ", cf$customfieldscount.data AS 'customfield_{$field->shortname}'";
|
||||
$userfields .= ", cf$customfieldscount.data AS customfield_{$field->shortname}";
|
||||
$params['cf'.$customfieldscount] = $field->customid;
|
||||
$customfieldscount++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user