From: martin Date: Sat, 21 Sep 2002 06:13:42 +0000 (+0000) Subject: Fixed typo from testing X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=3f63219688cfd44b74ba0a97e513ada138ac30b5;p=moodle.git Fixed typo from testing --- 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); }