Author: rb
Date: Mon Aug 13 17:07:56 2007
New Revision: 5907

Log:
- TTL should be ttl.

Modified:
    trunk/Template/docs/tutorial.txt

Modified: trunk/Template/docs/tutorial.txt
==============================================================================
--- trunk/Template/docs/tutorial.txt [iso-8859-1] (original)
+++ trunk/Template/docs/tutorial.txt [iso-8859-1] Mon Aug 13 17:07:56 2007
@@ -2270,7 +2270,7 @@
 
 The next example creates a cache block that is valid for two hours::
 
-    {cache_block TTL 2*60*60}
+    {cache_block ttl 2*60*60}
         News that changes not too often.
     {/cache_block}
 
@@ -2278,7 +2278,7 @@
 Via a custom function the TTL can be used to renew the cache at certain
 predefined timestamps: ::
 
-    {cache_block TTL getRemainingTime(minute=0, hour=6)}
+    {cache_block ttl getRemainingTime(minute=0, hour=6)}
         Updated each morning at 6 o'clock
     {/cache_block}
 


-- 
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to