$caching is an int, not a boolean.

This commit is contained in:
messju
2005-12-10 09:10:27 +00:00
parent b1fcfc081e
commit 3d26c6dc2b

View File

@@ -4,7 +4,7 @@
<title>Setting Up Caching</title>
<para>
The first thing to do is enable caching by setting <link
linkend="variable.caching">$caching</link> = true (or 1.)
linkend="variable.caching">$caching</link> = 1 (or 2).
</para>
<example>
<title>enabling caching</title>