]> git.mjollnir.org Git - moodle.git/commitdiff
Default redirection time should be zero
authormoodler <moodler>
Tue, 2 Sep 2003 01:28:46 +0000 (01:28 +0000)
committermoodler <moodler>
Tue, 2 Sep 2003 01:28:46 +0000 (01:28 +0000)
lib/weblib.php

index f7ba5483beaabd132c40f1ce0f851918b91d5a0d..8c9315ca9e09eecafe26ec440b66f96a351fec68 100644 (file)
@@ -1558,7 +1558,7 @@ function notice_yesno ($message, $linkyes, $linkno) {
     print_simple_box_end();
 }
 
-function redirect($url, $message="", $delay="1") {
+function redirect($url, $message="", $delay="0") {
 // Uses META tags to redirect the user, after printing a notice
 
     if (empty($message)) {