From: Roland Häder Date: Mon, 5 Oct 2009 21:02:55 +0000 (+0000) Subject: Debug line commented out X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6ffd980d7f79fce2605158b04f4e82f1a7968d1b;p=mailer.git Debug line commented out --- diff --git a/inc/functions.php b/inc/functions.php index 010cad8500..b5d3d1ea39 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -922,7 +922,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);