Fix for loading referral banner
[mailer.git] / 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) {
+       // 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);