Fix for loading referral banner
authorRoland Häder <roland@mxchange.org>
Sat, 2 Feb 2008 13:00:40 +0000 (13:00 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 2 Feb 2008 13:00:40 +0000 (13:00 +0000)
0.2.1/inc/functions.php

index f997c88d245ac41141da354d8dd968f8b0305584..c22b12fb63e4b81d91105de19598eef3d02795e1 100644 (file)
@@ -993,6 +993,9 @@ function MAKE_TIME($H, $M, $S, $stamp)
 }
 //
 function LOAD_URL($URL) {
 }
 //
 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);
 
        // Add some data to URL if cookies are not accepted
        if ((!defined('__COOKIES')) || (!__COOKIES)) $URL = ADD_URL_DATA($URL);