From e1a2407902060694f9d87e4564e3320c61d3b040 Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 3 Aug 2004 12:53:56 +0000 Subject: [PATCH] Allow for course language terms --- course/student.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/course/student.php b/course/student.php index f383dc8cba..ad41e1442e 100644 --- a/course/student.php +++ b/course/student.php @@ -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", -- 2.39.5