MDL-19822 Converted all print_footer() calls

This commit is contained in:
nicolasconnault 2009-08-06 14:25:32 +00:00
parent 3c1d69dda3
commit daa2cd33a1
3 changed files with 4 additions and 4 deletions

View File

@ -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');
}
?>
?>

View File

@ -379,5 +379,5 @@
<?php
}
print_box_end();
print_footer();
echo $OUTPUT->footer();
?>

View File

@ -165,5 +165,5 @@ require_once($CFG->dirroot.'/search/lib.php');
print_box_end();
print_box_end();
print_footer();
echo $OUTPUT->footer();
?>