mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Fixed typo from testing
This commit is contained in:
parent
e6b9ee042d
commit
3f63219688
@ -50,7 +50,7 @@
|
||||
if ($students = get_course_students($course->id, "$sort $dir")) {
|
||||
$numstudents = count($students);
|
||||
echo "<H2 align=center>$numstudents $course->students</H2>";
|
||||
if ($numstudents > 30) {
|
||||
if ($numstudents < 30) {
|
||||
foreach ($students as $student) {
|
||||
print_user($student, $course, $string);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user