]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-7861, fixing missing tag
authortoyomoyo <toyomoyo>
Tue, 2 Jan 2007 04:37:45 +0000 (04:37 +0000)
committertoyomoyo <toyomoyo>
Tue, 2 Jan 2007 04:37:45 +0000 (04:37 +0000)
mod/workshop/view.php

index f5adaace484bd42718286af8b87cd1a64436a073..d39bb6b477434bfab3c0e3889cbad77ae1dbd81f 100644 (file)
 
         // Get all the students
         if (!$users = workshop_get_students($workshop)) {
+            echo ('</table>');
             print_heading(get_string("nostudentsyet"));
             print_footer($course);
             exit;