Problem with one URL not in reload lock fixed
[mailer.git] / inc / functions.php
index da970eb6f5f4b07d62acf20550100a73dc66c608..640ff9df0f317ec2310b2cfdb3b429cf48b0cd89 100644 (file)
@@ -939,6 +939,11 @@ function LOAD_URL($URL, $addUrlData=true) {
                OUTPUT_HTML("<A href=\"".$URL."\">".$URL."</A>");
        } elseif (!headers_sent()) {
                // Load URL when headers are not sent
+               /*
+               print("<pre>");
+               debug_print_backtrace();
+               die("</pre>URL={$URL}");
+               */
                @header ("Location: ".str_replace("&amp;", "&", $URL));
        } else {
                // Output error message