X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Ffunctions.php;h=910c71ffa899f2200f77b260f4ae9f5cf6aec39a;hb=31f72989438afa5abd59305ecb8e6933ca4ceba1;hp=2276a0f42b35d7aec9db2ec014aa7ab8926f6c53;hpb=5071030af40e69ca4284642f44758964e18f5be8;p=mailer.git diff --git a/inc/functions.php b/inc/functions.php index 2276a0f42b..910c71ffa8 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -905,7 +905,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);