MDL-19792 Converted all print_footer() calls

This commit is contained in:
nicolasconnault 2009-08-06 14:22:50 +00:00
parent 9314a6bea9
commit 033e4aff8c
4 changed files with 6 additions and 6 deletions

View file

@ -64,7 +64,7 @@ if ($action === 'delete'){
blog_print_entry($existing);
echo '<br />';
notice_yesno(get_string('blogdeleteconfirm', 'blog'), 'edit.php', 'index.php', $optionsyes, $optionsno, 'post', 'get');
print_footer();
echo $OUTPUT->footer();
die;
}
}
@ -136,7 +136,7 @@ $blogeditform->set_data($post);
$blogeditform->display();
print_footer();
echo $OUTPUT->footer();
die;