projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5363911
)
Allow for course language terms
author
moodler
<moodler>
Tue, 3 Aug 2004 12:53:56 +0000
(12:53 +0000)
committer
moodler
<moodler>
Tue, 3 Aug 2004 12:53:56 +0000
(12:53 +0000)
course/student.php
patch
|
blob
|
history
diff --git
a/course/student.php
b/course/student.php
index f383dc8cba735e079b6c6170752979976bb105db..ad41e1442ebd3f1e7c6e93271bf2c778a3c76411 100644
(file)
--- 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",