MDL-19813 Converted all print_footer() calls

This commit is contained in:
nicolasconnault 2009-08-06 14:13:48 +00:00
parent 0578c9a2a9
commit 867847e352
11 changed files with 16 additions and 29 deletions

View file

@ -592,5 +592,5 @@ $qcobject->display_randomquestion_user_interface();
</div>
<?php
}
print_footer($course);
echo $OUTPUT->footer();
?>