Skip to content

Commit

Permalink
MDL-19822 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 3c1d69d commit daa2cd3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions search/indexersplash.php
Expand Up @@ -66,8 +66,8 @@
."<a href='tests/index.php'>Test indexing</a> or "
."<a href='indexer.php?areyousure=yes'>Continue indexing</a> or <a href='index.php'>Back to query page</a>."
."</pre>");
print_footer();
echo $OUTPUT->footer();
} else {
header('Location: indexer.php?areyousure=yes');
}
?>
?>
2 changes: 1 addition & 1 deletion search/query.php
Expand Up @@ -379,5 +379,5 @@
<?php
}
print_box_end();
print_footer();
echo $OUTPUT->footer();
?>
2 changes: 1 addition & 1 deletion search/stats.php
Expand Up @@ -165,5 +165,5 @@

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

0 comments on commit daa2cd3

Please sign in to comment.