Missing function added
authorRoland Häder <roland@mxchange.org>
Sat, 7 Nov 2009 16:57:12 +0000 (16:57 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 7 Nov 2009 16:57:12 +0000 (16:57 +0000)
inc/wrapper-functions.php

index 13a0fce739768900e76644b92ae6df18134708f4..9a40f9ea8356992695109e2d38284e44dead5aae 100644 (file)
@@ -759,5 +759,10 @@ function isCurrentUserIdSet () {
        return isset($GLOBALS['current_userid']);
 }
 
        return isset($GLOBALS['current_userid']);
 }
 
+// Checks wether we are debugging template cache
+function isDebuggingTemplateCache () {
+       return (getConfig('DEBUG_TEMPLATE_CACHE') == 'Y');
+}
+
 // [EOF]
 ?>
 // [EOF]
 ?>