-
Sub-task
-
Resolution: Fixed
-
Blocker
-
2.0.1
-
Oracle 11
-
Oracle
-
MOODLE_20_STABLE
-
MOODLE_20_STABLE
-
Easy
Same problem exists in search_other_users() function.
In file enrol/locallib.php, line 335, the $fields assignment should remove the duplicated columns, e.g.
$fields = 'SELECT ' . user_picture::fields('u', array('username', 'lastaccess'));