Skip to content

Commit

Permalink
MDL-19823 Converted all print_footer() calls
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasconnault committed Aug 6, 2009
1 parent 9b59580 commit 1dd2ba5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tag/coursetags_edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,5 +175,5 @@
echo $outstr;
}

print_footer();
echo $OUTPUT->footer();
?>
2 changes: 1 addition & 1 deletion tag/coursetags_more.php
Original file line number Diff line number Diff line change
Expand Up @@ -187,5 +187,5 @@
</div>';
echo $outstr;

print_footer();
echo $OUTPUT->footer();
?>
2 changes: 1 addition & 1 deletion tag/edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,6 @@

<?php
}
print_footer();
echo $OUTPUT->footer();

?>
2 changes: 1 addition & 1 deletion tag/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,5 +150,5 @@
print_box_end();
}

print_footer();
echo $OUTPUT->footer();
?>
2 changes: 1 addition & 1 deletion tag/manage.php
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,6 @@

echo '<br/>';

print_footer();
echo $OUTPUT->footer();

?>
2 changes: 1 addition & 1 deletion tag/search.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
tag_print_cloud(150);
print_box_end();

print_footer();
echo $OUTPUT->footer();

?>

0 comments on commit 1dd2ba5

Please sign in to comment.