Fix for non-working admin login if no extension is installed (an other fixed broke it)
[mailer.git] / inc / functions.php
index e255045bb0f459f463401a1a8cc05877383636b2..5c0715d6bb94e06704c683e33f737315b66c4f31 100644 (file)
@@ -929,6 +929,11 @@ function LOAD_URL($URL, $addUrlData=true) {
        }
 
        // Get output buffer
        }
 
        // Get output buffer
+       /*
+       print "<pre>";
+       debug_print_backtrace();
+       die("</pre>");
+       */
        $OUTPUT = ob_get_contents();
 
        // Clear it only if there is content
        $OUTPUT = ob_get_contents();
 
        // Clear it only if there is content