From 0303e7070f928a037e61ff010517f64e583351a5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= 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.2