]> git.mjollnir.org Git - moodle.git/commitdiff
minimal footer in redirect()
authorskodak <skodak>
Sun, 21 Jan 2007 10:30:08 +0000 (10:30 +0000)
committerskodak <skodak>
Sun, 21 Jan 2007 10:30:08 +0000 (10:30 +0000)
lib/weblib.php

index ce359890a40854d19a91e78ef567cb155e98e045..2d69a580322ffe408259e026c4bc44f97a2e0291 100644 (file)
@@ -4857,7 +4857,7 @@ function redirect($url, $message='', $delay=-1) {
 //]]>
 </script>
 <?php
-    print_footer();
+    print_footer('none');
     die;
 }