-
Bug
-
Resolution: Duplicate
-
Critical
-
None
-
1.7.3
-
None
-
Microsoft Windows Server 2003 Service Pack 2, Firefox 2.0.0.9, Apache 2.0.61, PHP 5.1.4, MySQL 5.0.41
-
MySQL
-
MOODLE_17_STABLE
After upgrade Moodle 1.7.2 to 1.7.3 the grade of all courses are not visible, the string "nogradesreturned" are showed.
A think so about the problem is in the function grade_get_course_students in file grade/lib.php!!
Version 1.7.2:
if ($rolestoget = explode(',', $configvar)) {
Version 1.7.3:
if ($rolestoget = explode(',', $configvar->value)) {
I´m wait for the answer
- duplicates
-
MDL-11391 Grades are not displayed because gradebookroles cannot be set
-
- Closed
-