X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=0.2.1%2Finc%2Ffunctions.php;h=0afc09f1c17dbbdd167cb74f596c884bd5558b86;hp=58b69a2fd9ca8750ea635a2e4298969f76685b5c;hb=3c3baa538d0640076210e8f41b72889c309b5497;hpb=51f046e37bef87c687a5c10504802803bd521189 diff --git a/0.2.1/inc/functions.php b/0.2.1/inc/functions.php index 58b69a2fd9..0afc09f1c1 100644 --- a/0.2.1/inc/functions.php +++ b/0.2.1/inc/functions.php @@ -997,7 +997,7 @@ function LOAD_URL($URL, $addUrlData=true) { $URL = COMPILE_CODE($URL); // Add some data to URL if cookies are not accepted - if ((!defined('__COOKIES')) || (!__COOKIES) && ($addUrlData)) $URL = ADD_URL_DATA($URL); + if (((!defined('__COOKIES')) || (!__COOKIES)) && ($addUrlData)) $URL = ADD_URL_DATA($URL); // Probe for bot from search engine if ((eregi("spider", getenv('HTTP_USER_AGENT'))) || (eregi("bot", getenv('HTTP_USER_AGENT'))) || (eregi("spider", getenv('HTTP_USER_AGENT')))) {