From 9c66862d61391ab03b0623add4ccf1fc0d8243f1 Mon Sep 17 00:00:00 2001 From: nicolasconnault Date: Thu, 6 Aug 2009 02:52:00 +0000 Subject: [PATCH] MDL-19809 Migrated calls to close_window_button() --- mod/glossary/report.php | 2 +- mod/glossary/showentry.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mod/glossary/report.php b/mod/glossary/report.php index a5c9ae0658..03133a8c6c 100644 --- a/mod/glossary/report.php +++ b/mod/glossary/report.php @@ -79,6 +79,6 @@ echo "
"; } - close_window_button(); + echo $OUTPUT->close_window_button(); print_footer('none'); ?> diff --git a/mod/glossary/showentry.php b/mod/glossary/showentry.php index e3f1f6cad2..e63459b621 100644 --- a/mod/glossary/showentry.php +++ b/mod/glossary/showentry.php @@ -64,7 +64,7 @@ glossary_print_dynaentry($courseid, $entries, $displayformat); } - close_window_button(); + echo $OUTPUT->close_window_button(); /// Show one reduced footer print_footer('none'); -- 2.39.5