didou Fri Oct 29 10:18:14 2004 EDT
Modified files:
/smarty/docs/fr/programmers/advanced-features
section-template-cache-handler-func.xml
Log:
fix a small typo
http://cvs.php.net/diff.php/smarty/docs/fr/programmers/advanced-features/section-template-cache-handler-func.xml?r1=1.4&r2=1.5&ty=u
Index:
smarty/docs/fr/programmers/advanced-features/section-template-cache-handler-func.xml
diff -u
smarty/docs/fr/programmers/advanced-features/section-template-cache-handler-func.xml:1.4
smarty/docs/fr/programmers/advanced-features/section-template-cache-handler-func.xml:1.5
---
smarty/docs/fr/programmers/advanced-features/section-template-cache-handler-func.xml:1.4
Fri Oct 29 07:58:15 2004
+++
smarty/docs/fr/programmers/advanced-features/section-template-cache-handler-func.xml
Fri Oct 29 10:18:12 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- EN-Revision: 1.1 Maintainer: nobody Status: partial -->
<sect1 id="section.template.cache.handler.func">
<title>Fonction de gestion du cache</title>
@@ -37,7 +37,7 @@
include('mysql_cache_handler.php');
$smarty = new Smarty;
-$smarty-i>cache_handler_func = 'mysql_cache_handler';
+$smarty->cache_handler_func = 'mysql_cache_handler';
$smarty->display('index.tpl');
--
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
|