Possible fix for JavaScript templates #2
[mailer.git] / inc / filters.php
index 90478a949f36383aa99488d420c6249a4b4d63d2..40fb713d99717057726f740728e1541e1455260b 100644 (file)
@@ -850,7 +850,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
 }