]> git.mjollnir.org Git - moodle.git/commitdiff
Moved info about automatic unenrolling to the top where it makes more sense
authormoodler <moodler>
Fri, 16 May 2003 06:27:23 +0000 (06:27 +0000)
committermoodler <moodler>
Fri, 16 May 2003 06:27:23 +0000 (06:27 +0000)
I think.

user/index.php

index df04ead044b97d4fb2379fc98bb458b7a695a34e..aeed828c4efd0b90293f18450173eee443fde78c 100644 (file)
 
     echo "<h2 align=center>$numstudentsall $course->students</h2>";
 
+    if ($CFG->longtimenosee < 500) {
+        echo "<center><p><font size=1>(";
+        print_string("unusedaccounts","",$CFG->longtimenosee);
+        echo ")</font></p></center>";
+    }
+
     if ($students = get_course_students($course->id, "$dsort $dir $limit")) {
         $numstudents = count($students);
         if ($numstudents < USER_SMALL_CLASS) {
             }
 
         }
-        if ($CFG->longtimenosee < 500) {
-            echo "<center><p><font size=1>(";
-            print_string("unusedaccounts","",$CFG->longtimenosee);
-            echo ")</font></p></center>";
-        }
     } 
 
     print_footer($course);