From: Michael Wallner Date: Wed, 7 Jun 2006 14:47:12 +0000 (+0000) Subject: - typo X-Git-Tag: RELEASE_1_0_0~5 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=6a15480b28d5aa21d86240cb92c90e5bc16cce5f;ds=sidebyside - typo --- 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) {