From daa2cd33a13f62dfcaf6625e2c3af222d4908430 Mon Sep 17 00:00:00 2001 From: nicolasconnault Date: Thu, 6 Aug 2009 14:25:32 +0000 Subject: [PATCH] MDL-19822 Converted all print_footer() calls --- search/indexersplash.php | 4 ++-- search/query.php | 2 +- search/stats.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/search/indexersplash.php b/search/indexersplash.php index 8f80e691568..916a3ef6da3 100644 --- a/search/indexersplash.php +++ b/search/indexersplash.php @@ -66,8 +66,8 @@ ."Test indexing or " ."Continue indexing or Back to query page." .""); - print_footer(); + echo $OUTPUT->footer(); } else { header('Location: indexer.php?areyousure=yes'); } -?> \ No newline at end of file +?> diff --git a/search/query.php b/search/query.php index 96c753ca72d..41e6f6eed1f 100644 --- a/search/query.php +++ b/search/query.php @@ -379,5 +379,5 @@ footer(); ?> diff --git a/search/stats.php b/search/stats.php index 703c1bedf8c..e74671a897c 100644 --- a/search/stats.php +++ b/search/stats.php @@ -165,5 +165,5 @@ require_once($CFG->dirroot.'/search/lib.php'); print_box_end(); print_box_end(); - print_footer(); + echo $OUTPUT->footer(); ?>