]> git.mxchange.org Git - mailer.git/blobdiff - 0.2.1/inc/functions.php
fix of the fix
[mailer.git] / 0.2.1 / inc / functions.php
index f997c88d245ac41141da354d8dd968f8b0305584..e3bbf340433beb5406183c1a4ecdba1c5f97b7f4 100644 (file)
@@ -993,6 +993,9 @@ function MAKE_TIME($H, $M, $S, $stamp)
 }
 //
 function LOAD_URL($URL) {
+       // Compile out URI codes
+       $URL = COMPILE_CODE($URL);
+
        // Add some data to URL if cookies are not accepted
        if ((!defined('__COOKIES')) || (!__COOKIES)) $URL = ADD_URL_DATA($URL);