Skip to content

Commit

Permalink
Default redirection time should be zero
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Sep 2, 2003
1 parent 603cc26 commit 559573a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/weblib.php
Expand Up @@ -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)) {
Expand Down

0 comments on commit 559573a

Please sign in to comment.