From 120865d2f3976f2faf0f3ec9d9f6457dd862e464 Mon Sep 17 00:00:00 2001 From: Jason Cleeland Date: Wed, 26 May 2004 06:55:06 +0000 Subject: [PATCH] Added hidden input form to survey_mover function so that the PHPSESSID is always carried with the page as a $_POST variable - I think this may solve the problem for visitors with cookies turned off. git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1047 b72ed6b6-b9f8-46b5-92b4-906544132732 --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 2bf7d68b9e4..34b09752694 100644 --- a/index.php +++ b/index.php @@ -237,7 +237,6 @@ //DELETE COOKIE (allow to use multiple times) setcookie("$cookiename", "INCOMPLETE", time()-120); //echo "Reset Cookie!"; - } sendcacheheaders(); @@ -1229,6 +1228,7 @@ function surveymover() $surveymover .= "\t\t\t\t\t\n"; } - return $surveymover; + $surveymover .= "\n"; + return $surveymover; } ?> \ No newline at end of file