From 76b86f4da0b2f4314197d40a4fdb7d2f8851b8cb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 2 Feb 2008 13:02:13 +0000 Subject: [PATCH] fix of the fix --- 0.2.1/inc/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0.2.1/inc/functions.php b/0.2.1/inc/functions.php index c22b12fb63..e3bbf34043 100644 --- a/0.2.1/inc/functions.php +++ b/0.2.1/inc/functions.php @@ -994,7 +994,7 @@ function MAKE_TIME($H, $M, $S, $stamp) // function LOAD_URL($URL) { // Compile out URI codes - $URL = COMPILE_URI_CODE($URL); + $URL = COMPILE_CODE($URL); // Add some data to URL if cookies are not accepted if ((!defined('__COOKIES')) || (!__COOKIES)) $URL = ADD_URL_DATA($URL); -- 2.39.2