From 8d2191e60cbc3843bde164509cee5f6330b59836 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Tue, 3 Apr 2007 15:44:17 +0000 Subject: [PATCH] Show continue button after importing glossary. MDL-9071 Merged from MOODLE_18_STABLE --- mod/glossary/import.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mod/glossary/import.php b/mod/glossary/import.php index 2d2e178e12..281be0a0d1 100644 --- a/mod/glossary/import.php +++ b/mod/glossary/import.php @@ -355,6 +355,12 @@ echo $rejections; echo '
'; } + /// Print continue button, based on results + if ($importedentries) { + print_continue('view.php?id='.$id); + } else { + print_continue('import.php?id='.$id); + } print_box_end(); } else { notify("Error while trying to read the file."); -- 2.39.5