From fc8c00559ef0e8923ac822bdf7e5166f866d99db Mon Sep 17 00:00:00 2001 From: messju Date: Mon, 28 Apr 2003 15:57:56 +0000 Subject: [PATCH] reverted back to humerous redundancy in the docs :). although we all know we are here to generate template-based output, and not to have fun ;-) --- docs/programmers.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/programmers.sgml b/docs/programmers.sgml index adef0e95..c8bc49e8 100644 --- a/docs/programmers.sgml +++ b/docs/programmers.sgml @@ -211,7 +211,7 @@ $smarty->autoload_filters = array('pre' => array('trim', 'stamp'), This tells Smarty whether or not to cache the output of the templates. By default this is set to 0, or disabled. If your templates generate - redundant content, it is advisable to turn on caching. This + redundant redundant content, it is advisable to turn on caching. This will result in significant performance gains. You can also have multiple caches for the same template. A value of 1 or 2 enables caching. 1 tells Smarty to use the current $cache_lifetime variable to determine if the