]> git.mxchange.org Git - mailer.git/blobdiff - inc/functions.php
New else-block added, some rewrites
[mailer.git] / inc / functions.php
index 61aeeddf3813c7f85871d60e80c68efaee69a869..a0d62bc53d17c42b32bafde9c87568ae0eee3e0b 100644 (file)
@@ -931,7 +931,7 @@ function LOAD_URL($URL, $addUrlData=true) {
        } // END - if
 
        // Add some data to URL if cookies are not accepted
-       if (((!defined('__COOKIES')) || (!__COOKIES)) && ($addUrlData)) $URL = ADD_URL_DATA($URL);
+       if (((!defined('__COOKIES')) || (!constant('__COOKIES'))) && ($addUrlData)) $URL = ADD_URL_DATA($URL);
 
        // Probe for bot from search engine
        if ((eregi("spider", GET_USER_AGENT())) || (eregi("bot", GET_USER_AGENT()))) {