From 6a15480b28d5aa21d86240cb92c90e5bc16cce5f Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Wed, 7 Jun 2006 14:47:12 +0000 Subject: [PATCH] - typo --- http_functions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http_functions.c b/http_functions.c index 806cd66..930908d 100644 --- a/http_functions.c +++ b/http_functions.c @@ -728,7 +728,7 @@ PHP_FUNCTION(http_redirect) RETURN_FALSE; } -#if 0 && HTTP_HAVE_EXT(SESSION) +#if HTTP_HAVE_EXT(SESSION) /* append session info */ if (session) { if (!params) { -- 2.30.2