MDL-7861, fixing missing tag

This commit is contained in:
toyomoyo 2007-01-02 04:37:45 +00:00
parent 0b2e4481ef
commit 759a18ddf5

View File

@ -355,6 +355,7 @@
// Get all the students
if (!$users = workshop_get_students($workshop)) {
echo ('</table>');
print_heading(get_string("nostudentsyet"));
print_footer($course);
exit;