X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fsql-functions.php;h=fae901b2733c39f2ef10059e8474e31e79648685;hb=2272395931106029a0b99b09b85852cd024deb1e;hp=d0f720ed05bb23d7b232c755c02bc9a51c51db8e;hpb=44238109dbcdd05517f5f64762e9a46463f180f3;p=mailer.git 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)) {