From: quix0r 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=a6aaa866eff075c408f58cc0bc24f08562d51b7c;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]; }