Redirect was debugged as well...
authorRoland Häder <roland@mxchange.org>
Tue, 7 Apr 2009 21:13:15 +0000 (21:13 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 7 Apr 2009 21:13:15 +0000 (21:13 +0000)
inc/functions.php

index b9decbaac6d40711fb02e40b93b2ed486c0f5837..bc817b99d0dbf53cdc2d5bf14aeba16d394ad86f 100644 (file)
@@ -950,7 +950,7 @@ function redirectToUrl ($URL) {
        } // END - if
 
        // Three different debug ways...
-       /* DEBUG: */ debug_report_bug(sprintf("%s[%s:] URL=%s", __FUNCTION__, __LINE__, $URL));
+       //* DEBUG: */ debug_report_bug(sprintf("%s[%s:] URL=%s", __FUNCTION__, __LINE__, $URL));
        //* DEBUG: */ DEBUG_LOG(__FUNCTION__, __LINE__, $URL);
        //* DEBUG: */ die($URL);