From: Roland Häder Date: Thu, 4 Mar 2010 18:43:05 +0000 (+0000) Subject: Not this turned on... X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=95ebee659171d4ad5ffd9ac55c1dbd68a90016fe;hp=07e126c776ca39d4e8d6a751af02b08221e664e2;ds=inline Not this turned on... --- diff --git a/inc/db/lib-mysql3.php b/inc/db/lib-mysql3.php index 1ef2a79889..c7cc26c7fa 100644 --- a/inc/db/lib-mysql3.php +++ b/inc/db/lib-mysql3.php @@ -88,7 +88,7 @@ function SQL_QUERY ($sqlString, $F, $L) { or addFatalMessage(__FUNCTION__, __LINE__, $F . ' (' . $L . '):' . mysql_error() . '
Query string:
' . $sqlString); - /* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'sql=' . $sqlString . ',numRows=' . SQL_NUMROWS($result) . ',affected=' . SQL_AFFECTEDROWS()); + //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'sql=' . $sqlString . ',numRows=' . SQL_NUMROWS($result) . ',affected=' . SQL_AFFECTEDROWS()); // Calculate query time $queryTime = microtime(true) - $querytimeBefore;