From: quix0r Date: Thu, 4 Mar 2010 18:43:05 +0000 (+0000) Subject: Not this turned on... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2ffe8dcaa3960d5a363f5f35345d802edc03de3b;p=mailer.git 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;