fix of the fix
[mailer.git] / 0.2.1 / inc / functions.php
index c22b12fb63e4b81d91105de19598eef3d02795e1..e3bbf340433beb5406183c1a4ecdba1c5f97b7f4 100644 (file)
@@ -994,7 +994,7 @@ function MAKE_TIME($H, $M, $S, $stamp)
 //
 function LOAD_URL($URL) {
        // Compile out URI codes
-       $URL = COMPILE_URI_CODE($URL);
+       $URL = COMPILE_CODE($URL);
 
        // Add some data to URL if cookies are not accepted
        if ((!defined('__COOKIES')) || (!__COOKIES)) $URL = ADD_URL_DATA($URL);