Fix for bug 3616:

layout-table wasn't closed correctly for teachers and guests.
This commit is contained in:
defacer
2005-07-06 00:35:37 +00:00
parent 98774fcb6b
commit dca2e99977
+2
View File
@@ -121,6 +121,7 @@
notify("<a href=\"report.php?mode=overview&amp;id=$cm->id\">$strviewallanswers ($usercount $strusers)</a>");
}
echo '</td></tr></table>';
print_footer($course);
exit;
}
@@ -135,6 +136,7 @@
notice_yesno(get_string('guestno', 'quiz').'<br /><br />'.get_string('liketologin'),
$wwwroot, $_SERVER['HTTP_REFERER']);
print_footer($course);
echo '</td></tr></table>';
exit;
}