Allow for course language terms
authormoodler <moodler>
Tue, 3 Aug 2004 12:53:56 +0000 (12:53 +0000)
committermoodler <moodler>
Tue, 3 Aug 2004 12:53:56 +0000 (12:53 +0000)
course/student.php

index f383dc8cba735e079b6c6170752979976bb105db..ad41e1442ebd3f1e7c6e93271bf2c778a3c76411 100644 (file)
@@ -38,9 +38,9 @@
 
 
     if ($course->students != $strstudents) {
-        $parastudents = " ($course->students)";
-    } else {
-        $parastudents = "";
+        $strassignstudents .= " ($course->students)";
+        $strpotentialstudents .= " ($course->students)";
+        $strexistingstudents .= " ($course->students)";
     }
 
        print_header("$course->shortname: $strassignstudents",