MDL-19795 Converted all print_footer() calls

This commit is contained in:
nicolasconnault 2009-08-06 14:24:06 +00:00
parent d880e0f5e2
commit 745da501f6

View File

@ -250,6 +250,6 @@ if (count($courses) < 1) {
<?php
print_simple_box_end();
admin_externalpage_print_footer();
echo $OUTPUT->footer();
?>