From: toyomoyo Date: Tue, 2 Jan 2007 04:37:45 +0000 (+0000) Subject: MDL-7861, fixing missing tag X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=759a18ddf57b4b53de4ce07f566213c9d351f41b;p=moodle.git MDL-7861, fixing missing tag --- diff --git a/mod/workshop/view.php b/mod/workshop/view.php index f5adaace48..d39bb6b477 100644 --- a/mod/workshop/view.php +++ b/mod/workshop/view.php @@ -355,6 +355,7 @@ // Get all the students if (!$users = workshop_get_students($workshop)) { + echo (''); print_heading(get_string("nostudentsyet")); print_footer($course); exit;