From 798d1b4557e774a74b7d8e3795dad2a46532b592 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Fri, 26 Aug 2011 01:54:31 +0000 Subject: [PATCH] Noisy debug line commented out --- inc/sql-functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/sql-functions.php b/inc/sql-functions.php index d0f720ed05..fae901b273 100644 --- a/inc/sql-functions.php +++ b/inc/sql-functions.php @@ -189,7 +189,7 @@ function getInsertSqlFromArray ($array, $tableName) { // Walk through all entries foreach (postRequestArray() as $key => $value) { // Log debug message - /* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'tableName=' . $tableName . ',key=' . $key . ',value=' . $value); + //* NOISY-DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'tableName=' . $tableName . ',key=' . $key . ',value=' . $value); // Add all entries if (is_null($value)) { -- 2.39.5