From a6aaa866eff075c408f58cc0bc24f08562d51b7c Mon Sep 17 00:00:00 2001 From: quix0r Date: Wed, 28 Nov 2012 17:50:17 +0000 Subject: [PATCH] Forgot it to comment out ... :( --- inc/extensions-functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; } -- 2.39.5