includes/functions.php
changeset 335 67bd3121a12e
parent 334 c72b545f1304
child 343 eefe9ab7fe7c
--- a/includes/functions.php	Wed Dec 26 00:37:26 2007 -0500
+++ b/includes/functions.php	Thu Dec 27 22:09:33 2007 -0500
@@ -318,7 +318,7 @@
   $template->header(true);
   echo '<p>' . $message . '</p>';
   $subst = array(
-      'timeout' => ( $timeout + 1 ),
+      'timeout' => $timeout,
       'redirect_url' => str_replace('"', '\\"', $url)
     );
   echo '<p>' . $lang->get('etc_redirect_timeout', $subst) . '</p>';