]> git.mjollnir.org Git - moodle.git/commitdiff
Arrghh ... foget to remove the debugging thing
authormartin <martin>
Sun, 22 Sep 2002 14:07:15 +0000 (14:07 +0000)
committermartin <martin>
Sun, 22 Sep 2002 14:07:15 +0000 (14:07 +0000)
user/index.php

index 3de2874c3300a2a31a5484b2a8fed10de4f9711a..7a6aa7d4bac10ad4fffe3b79aee8e1e6e0e1eef1 100644 (file)
@@ -56,7 +56,7 @@
     if ($students = get_course_students($course->id, "$dsort $dir")) {
         $numstudents = count($students);
         echo "<H2 align=center>$numstudents $course->students</H2>";
-        if ($numstudents > $USER_SMALL_CLASS) {
+        if ($numstudents < $USER_SMALL_CLASS) {
             foreach ($students as $student) {
                 print_user($student, $course, $string);
             }