From: Roland Häder Date: Sat, 2 Feb 2008 13:00:40 +0000 (+0000) Subject: Fix for loading referral banner X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=2193fdb76d73f10ac96dc738c64efc9c96246c52;ds=sidebyside Fix for loading referral banner --- 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);