From 3fa021f90d5ec02b7b23ef5d446320d8b4e67f62 Mon Sep 17 00:00:00 2001 From: quix0r 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.39.5