From cd58557ae00e0154fc66f77a8f02c6bef1cbd1bb Mon Sep 17 00:00:00 2001 From: stronk7 Date: Sun, 16 Jul 2006 09:01:03 +0000 Subject: [PATCH] Close properly the showentry page. Bug 5986. (http://moodle.org/bugs/bug.php?op=show&bugid=5986) Merged from MOODLE_16_STABLE --- mod/glossary/showentry.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mod/glossary/showentry.php b/mod/glossary/showentry.php index 4d9acafc11..7c790f14f4 100644 --- a/mod/glossary/showentry.php +++ b/mod/glossary/showentry.php @@ -66,4 +66,7 @@ close_window_button(); +/// Show one reduced footer + print_footer('none'); + ?> -- 2.39.5