From 7411524eab75781205f3bc614e7c0aba77249ea6 Mon Sep 17 00:00:00 2001 From: quix0r 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.39.5