From: Roland Häder Date: Sat, 2 Feb 2008 13:02:13 +0000 (+0000) Subject: fix of the fix X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=76b86f4da0b2f4314197d40a4fdb7d2f8851b8cb fix of the fix --- diff --git a/0.2.1/inc/functions.php b/0.2.1/inc/functions.php index c22b12fb63..e3bbf34043 100644 --- a/0.2.1/inc/functions.php +++ b/0.2.1/inc/functions.php @@ -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);