MDL-19816 Converted all print_footer() calls

This commit is contained in:
nicolasconnault 2009-08-06 14:21:09 +00:00
parent 256d2850a5
commit 641f16bafc
3 changed files with 5 additions and 5 deletions

View File

@ -79,6 +79,6 @@
echo "<br />";
print_table($table);
print_footer($course);
echo $OUTPUT->footer();
?>

View File

@ -448,5 +448,5 @@
break;
}
print_footer($course);
echo $OUTPUT->footer();
?>

View File

@ -101,7 +101,7 @@
}
}
print_footer($course);
echo $OUTPUT->footer();
exit;
}
@ -156,7 +156,7 @@
if (isguest()) {
echo '</div>';
echo "</form>";
print_footer($course);
echo $OUTPUT->footer();
exit;
}
@ -176,6 +176,6 @@
echo '</div>';
echo "</form>";
print_footer($course);
echo $OUTPUT->footer();
?>