]> git.mjollnir.org Git - moodle.git/commitdiff
Show continue button after importing glossary. MDL-9071
authorstronk7 <stronk7>
Tue, 3 Apr 2007 15:44:17 +0000 (15:44 +0000)
committerstronk7 <stronk7>
Tue, 3 Apr 2007 15:44:17 +0000 (15:44 +0000)
Merged from MOODLE_18_STABLE

mod/glossary/import.php

index 2d2e178e12abd534c8ef6038bab143fc325a11d7..281be0a0d1b7d6618643765a8e7edd876d024727 100644 (file)
             echo $rejections;
             echo '</table><hr />';
         }
+    /// 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.");