From ca9005c019278284580b5f824d209afab5f6844b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 7 Nov 2009 16:57:12 +0000 Subject: [PATCH] Missing function added --- inc/wrapper-functions.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/inc/wrapper-functions.php b/inc/wrapper-functions.php index 13a0fce739..9a40f9ea83 100644 --- a/inc/wrapper-functions.php +++ b/inc/wrapper-functions.php @@ -759,5 +759,10 @@ function isCurrentUserIdSet () { return isset($GLOBALS['current_userid']); } +// Checks wether we are debugging template cache +function isDebuggingTemplateCache () { + return (getConfig('DEBUG_TEMPLATE_CACHE') == 'Y'); +} + // [EOF] ?> -- 2.30.2