-
Bug
-
Resolution: Fixed
-
Minor
-
1.7
-
None
-
PHP 5.1.4
My SQL 4.1.21
-
Any
-
MOODLE_17_STABLE
-
MOODLE_17_STABLE
See Discussion : http://moodle.org/mod/forum/discuss.php?d=58497
Choice/report.php does not get all of the users who can participate in the choice using roles.
It only gets the users who have the role of student assigned.
The problem seems to reside in report.php around line 48:
$users = get_course_users($course->id, "u.firstname ASC", '', 'u.id, u.picture, u.firstname, u.lastname, u.idnumber') + get_admins();
It doesn't seem to list any users who are defined using one of the legacy roles (student, teacher, admin, creator)
- is duplicated by
-
MDL-7615 Choice Module Fatal Error in report.php and lib.php
-
- Closed
-