From 6822d852b1eebf903029dc8218ade7778c0a331e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Mon, 11 Feb 2008 22:15:10 +0000 Subject: [PATCH] query debug output removed --- inc/db/lib-mysql3.php | 3 --- 1 file changed, 3 deletions(-) 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)) { // -- 2.30.2