From: quix0r Date: Mon, 11 Feb 2008 22:15:10 +0000 (+0000) Subject: query debug output removed X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4ad2aad34379ef9088f427aee3d107ea4d8db447;p=mailer.git 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)) { //