X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Ffunctions.php;h=7ed051a28a3d75725f660c2ee592038d659e00d6;hp=5557b88024ad1605fc245b8157f3d51856d2f639;hb=6d2261c68297de5411ebade6548b6f9c3d3164a0;hpb=bdd8949ee8b336ef33a7c83ae2c00ac0134dad0f diff --git a/inc/functions.php b/inc/functions.php index 5557b88024..7ed051a28a 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -3856,7 +3856,7 @@ function encodeUrl ($url, $outputMode = '0') { } // END - if // Add {?URL?} ? - if ((substr($url, 0, strlen(getConfig('URL'))) != getConfig('URL')) && (substr($url, 0, 7) == '{?URL?}')) { + if ((substr($url, 0, strlen(getConfig('URL'))) != getConfig('URL')) && (substr($url, 0, 7) != '{?URL?}')) { // Add it $url = '{?URL?}/' . $url; } // END - if