From: Roland Häder Date: Wed, 28 Nov 2012 17:50:17 +0000 (+0000) Subject: Forgot it to comment out ... :( X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0303e7070f928a037e61ff010517f64e583351a5;p=mailer.git Forgot it to comment out ... :( --- diff --git a/inc/extensions-functions.php b/inc/extensions-functions.php index 59d0d5296c..74144af2fd 100644 --- a/inc/extensions-functions.php +++ b/inc/extensions-functions.php @@ -2269,7 +2269,7 @@ function isTaskIdValid ($taskId) { } // END - if // Return "cached" value - /* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'taskId[' . gettype($taskId) . ']=' . intval($taskId) . ',isValid=' . intval($GLOBALS[__FUNCTION__][$taskId])); + //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'taskId[' . gettype($taskId) . ']=' . intval($taskId) . ',isValid=' . intval($GLOBALS[__FUNCTION__][$taskId])); return $GLOBALS[__FUNCTION__][$taskId]; }