MDL-19806 Converted all print_footer() calls

This commit is contained in:
nicolasconnault
2009-08-06 14:14:39 +00:00
parent f7e6b8624a
commit 7b30ba8b68
10 changed files with 19 additions and 19 deletions
+2 -2
View File
@@ -187,7 +187,7 @@
if (data_atmaxentries($data) and !has_capability('mod/data:manageentries',$context)){
notify (get_string('atmaxentry','data'));
print_footer($course);
echo $OUTPUT->footer();
exit;
}
@@ -347,5 +347,5 @@
$field->print_after_form();
}
print_footer($course);
echo $OUTPUT->footer();
?>