MDL-19823 Converted all print_footer() calls

This commit is contained in:
nicolasconnault
2009-08-06 14:19:31 +00:00
parent 9b59580b36
commit 1dd2ba5476
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -175,5 +175,5 @@ EOT2;
echo $outstr;
}
print_footer();
echo $OUTPUT->footer();
?>
+1 -1
View File
@@ -187,5 +187,5 @@ $outstr = '
</div>';
echo $outstr;
print_footer();
echo $OUTPUT->footer();
?>
+1 -1
View File
@@ -148,6 +148,6 @@ myAutoComp.formatResult = function(aResultItem, sQuery) {
<?php
}
print_footer();
echo $OUTPUT->footer();
?>
+1 -1
View File
@@ -150,5 +150,5 @@ if ($usercount > 0) {
print_box_end();
}
print_footer();
echo $OUTPUT->footer();
?>
+1 -1
View File
@@ -278,6 +278,6 @@ if ($perpage == SHOW_ALL_PAGE_SIZE) {
echo '<br/>';
print_footer();
echo $OUTPUT->footer();
?>
+1 -1
View File
@@ -54,6 +54,6 @@ print_box_start('generalbox', 'big-tag-cloud-box');
tag_print_cloud(150);
print_box_end();
print_footer();
echo $OUTPUT->footer();
?>