From 2193fdb76d73f10ac96dc738c64efc9c96246c52 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 2 Feb 2008 13:00:40 +0000 Subject: [PATCH] Fix for loading referral banner --- 0.2.1/inc/functions.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/0.2.1/inc/functions.php b/0.2.1/inc/functions.php index f997c88d24..c22b12fb63 100644 --- a/0.2.1/inc/functions.php +++ b/0.2.1/inc/functions.php @@ -993,6 +993,9 @@ function MAKE_TIME($H, $M, $S, $stamp) } // function LOAD_URL($URL) { + // Compile out URI codes + $URL = COMPILE_URI_CODE($URL); + // Add some data to URL if cookies are not accepted if ((!defined('__COOKIES')) || (!__COOKIES)) $URL = ADD_URL_DATA($URL); -- 2.30.2