From: Roland Häder Date: Mon, 11 Feb 2008 22:15:10 +0000 (+0000) Subject: query debug output removed X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=6822d852b1eebf903029dc8218ade7778c0a331e query debug output removed --- diff --git a/inc/db/lib-mysql3.php b/inc/db/lib-mysql3.php index fc424e0028..63d84ca74a 100644 --- a/inc/db/lib-mysql3.php +++ b/inc/db/lib-mysql3.php @@ -49,9 +49,6 @@ function SQL_QUERY($sql_string, $F, $L, $compile=false) ".MYSQL_QUERY_STRING."
".$sql_string); - // Debug output - print "Query=".$sql_string.", affected=".SQL_AFFECTEDROWS().", numrows=".SQL_NUMROWS($result)."
\n"; - if (($CSS != "1") && ($CSS != "-1") && (DEBUG_MODE) && (DEBUG_SQL)) { //