From d304f114f07e47f5df9d221cd554a68c24d4afdc Mon Sep 17 00:00:00 2001 From: quix0r Date: Tue, 7 Apr 2009 21:13:15 +0000 Subject: [PATCH] Redirect was debugged as well... --- inc/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/functions.php b/inc/functions.php index b9decbaac6..bc817b99d0 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -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); -- 2.39.5