cvs: smarty /docs/ru/programmers/advanced-features section-template-cache-handler-func.xml
"George Miroshnikov" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.smarty |
|---|---|
| Message-ID | <cvsfreespace1099050033@cvsserver> |
freespace Fri Oct 29 07:40:33 2004 EDT
Modified files:
/smarty/docs/ru/programmers/advanced-features
section-template-cache-handler-func.xml
Log:
Sync with english.
http://cvs.php.net/diff.php/smarty/docs/ru/programmers/advanced-features/section-template-cache-handler-func.xml?r1=1.3&r2=1.4&ty=u
Index: smarty/docs/ru/programmers/advanced-features/section-template-cache-handler-func.xml
diff -u smarty/docs/ru/programmers/advanced-features/section-template-cache-handler-func.xml:1.3 smarty/docs/ru/programmers/advanced-features/section-template-cache-handler-func.xml:1.4
--- smarty/docs/ru/programmers/advanced-features/section-template-cache-handler-func.xml:1.3 Mon Jul 19 09:11:31 2004
+++ smarty/docs/ru/programmers/advanced-features/section-template-cache-handler-func.xml Fri Oct 29 07:40:32 2004
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="windows-1251"?>
-<!-- $Revision: 1.3 $ -->
-<!-- EN-Revision: 1.2 Maintainer: tony2001 Status: ready -->
+<!-- $Revision: 1.4 $ -->
+<!-- EN-Revision: 1.3 Maintainer: freespace Status: ready -->
<sect1 id="section.template.cache.handler.func">
<title>Óïðàâëåíèå êýøèðîâàíèåì</title>
<para>
@@ -85,9 +85,9 @@
$row = mysql_fetch_array($results,MYSQL_ASSOC);
if($use_gzip && function_exists("gzuncompress")) {
- $cache_contents = gzuncompress($row["CacheContents"]);
+ $cache_content = gzuncompress($row["CacheContents"]);
} else {
- $cache_contents = $row["CacheContents"];
+ $cache_content = $row["CacheContents"];
}
$return = $results;
break;
--
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php