Huge HTML/CSS rewrite (see forum)
[mailer.git] / inc / filters.php
index 20dae9fdb550520baea88f911f4ebd918990ba42..02e3efdfde97e28cc5cf7b0bf14bae20e83ba2db 100644 (file)
@@ -853,7 +853,7 @@ function FILTER_FLUSH_TEMPLATE_CACHE () {
                // Now flush all
                foreach ($GLOBALS['template_eval'] as $template=>$eval) {
                        // Flush the cache (if not yet found)
-                       flushTemplateCache($template, $eval);
+                       //flushTemplateCache($template, $eval);
                } // END - if
        } // END - if
 }