From 3f63219688cfd44b74ba0a97e513ada138ac30b5 Mon Sep 17 00:00:00 2001 From: martin Date: Sat, 21 Sep 2002 06:13:42 +0000 Subject: [PATCH] Fixed typo from testing --- user/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/index.php b/user/index.php index 849c9d28bf..99ae2bfa30 100644 --- a/user/index.php +++ b/user/index.php @@ -50,7 +50,7 @@ if ($students = get_course_students($course->id, "$sort $dir")) { $numstudents = count($students); echo "

$numstudents $course->students

"; - if ($numstudents > 30) { + if ($numstudents < 30) { foreach ($students as $student) { print_user($student, $course, $string); } -- 2.39.5