MDL-19787 Converted all print_footer() calls

This commit is contained in:
nicolasconnault
2009-08-06 14:12:46 +00:00
parent 5a93139440
commit 73d6f52f6a
72 changed files with 101 additions and 100 deletions
+2 -2
View File
@@ -80,7 +80,7 @@
notice_yesno(get_string("moduledeleteconfirm", "", $strmodulename),
"modules.php?delete=$delete&confirm=1&sesskey=".sesskey(),
"modules.php");
admin_externalpage_print_footer();
echo $OUTPUT->footer();
exit;
} else { // Delete everything!!
@@ -262,6 +262,6 @@
$table->print_html();
admin_externalpage_print_footer();
echo $OUTPUT->footer();
?>