mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
Allow for course language terms
This commit is contained in:
parent
5363911f84
commit
e1a2407902
@ -38,9 +38,9 @@
|
||||
|
||||
|
||||
if ($course->students != $strstudents) {
|
||||
$parastudents = " ($course->students)";
|
||||
} else {
|
||||
$parastudents = "";
|
||||
$strassignstudents .= " ($course->students)";
|
||||
$strpotentialstudents .= " ($course->students)";
|
||||
$strexistingstudents .= " ($course->students)";
|
||||
}
|
||||
|
||||
print_header("$course->shortname: $strassignstudents",
|
||||
|
Loading…
x
Reference in New Issue
Block a user