Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Won't Fix
-
Affects Version/s: 1.9.2
-
Fix Version/s: None
-
Component/s: Course
-
Labels:None
-
Environment:1.9.2 moodle with a 8.2.4 postgres installed in a SUSE Linux Enterprise Server 10 SP1
-
Affected Branches:MOODLE_19_STABLE
Description
In the list of participants of a course, if you select a specific role, the number of participants with this role shows twice.
To resolve this bug only should comment this line:
$heading .= ": $a->number
in program:
/moodle/user/index.php
Cheers
I just test that this bug occurs with not English languages.
Maybe the solution is not in the script but in the language files.
Bye