From: quix0r 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=7411524eab75781205f3bc614e7c0aba77249ea6;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] ?>