mirror of
https://github.com/moodle/moodle.git
synced 2025-01-29 19:50:14 +01:00
Now uses $course->student as title of list
This commit is contained in:
parent
5e69314dca
commit
3760280438
@ -37,7 +37,7 @@
|
||||
notify("None yet");
|
||||
}
|
||||
|
||||
echo "<H2 align=center>Students</H2>";
|
||||
echo "<H2 align=center>".$course->student."s</H2>";
|
||||
if ($students = get_records_sql("SELECT u.* FROM user u, user_students s
|
||||
WHERE s.course = '$course->id' AND s.user = u.id
|
||||
ORDER BY u.lastaccess DESC")) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user