From: Roland Häder Date: Sat, 7 Nov 2009 16:57:12 +0000 (+0000) Subject: Missing function added X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ca9005c019278284580b5f824d209afab5f6844b;p=mailer.git Missing function added --- 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] ?>