cvs: smarty /docs/en/programmers/advanced-features section-template-cache-handler-func.xml

"Mehdi Achour" <[email protected]>
Newsgroups gmane.comp.php.cvs.smarty
Message-ID <cvsdidou1088603798@cvsserver>
didou		Wed Jun 30 09:56:38 2004 EDT

  Modified files:              
    /smarty/docs/en/programmers/advanced-features	
                                                 	section-template-cache-handler-func.xml 
  Log:
  fixed copy/paste error
  
http://cvs.php.net/diff.php/smarty/docs/en/programmers/advanced-features/section-template-cache-handler-func.xml?r1=1.1&r2=1.2&ty=u
Index: smarty/docs/en/programmers/advanced-features/section-template-cache-handler-func.xml
diff -u smarty/docs/en/programmers/advanced-features/section-template-cache-handler-func.xml:1.1 smarty/docs/en/programmers/advanced-features/section-template-cache-handler-func.xml:1.2
--- smarty/docs/en/programmers/advanced-features/section-template-cache-handler-func.xml:1.1	Tue Apr 13 07:39:11 2004
+++ smarty/docs/en/programmers/advanced-features/section-template-cache-handler-func.xml	Wed Jun 30 09:56:38 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
   <sect1 id="section.template.cache.handler.func">
    <title>Cache Handler Function</title>
    <para>
@@ -74,7 +74,7 @@
 
 	switch ($action) {
 		case 'read':
-			// save cache to database
+			// read cache from database
 			$results = mysql_query("select CacheContents from CACHE_PAGES where CacheID='$CacheID'");
 			if(!$results) {
 				$smarty_obj->_trigger_error_msg("cache_handler: query failed.");			
@@ -154,4 +154,4 @@
 vim600: syn=xml fen fdm=syntax fdl=2 si
 vim: et tw=78 syn=sgml
 vi: ts=1 sw=1
--->
\ No newline at end of file
+-->

-- 
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.