kirbybaserubymanual.html in KirbyBase-2.5.1 vs kirbybaserubymanual.html in KirbyBase-2.5.2
- old
+ new
@@ -260,11 +260,11 @@
<body>
<div id="header">
<h1>KirbyBase Manual (Ruby Version)</h1>
<span id="author">Jamey Cribbs</span><br />
<span id="email"><tt><<a href="mailto:jcribbs@twmi.rr.com">jcribbs@twmi.rr.com</a>></tt></span><br />
-v2.5.1 December 2005
+v2.5.2 December 2005
</div>
<div id="preamble">
<div class="sectionbody">
<div class="imageblock">
<div class="content">
@@ -751,11 +751,11 @@
<div class="listingblock">
<div class="content">
<pre><tt>db = KirbyBase.new(:local, nil, './', '.tbl', './memos')</tt></pre>
</div></div>
<p>If you don't want KirbyBase to spend time initially creating all of the
-indexes for the tables in the database, you can pass false as the
+indexes for the tables in the database, you can pass true as the
delay_index_creation argument:</p>
<div class="listingblock">
<div class="content">
<pre><tt>db = KirbyBase.new(:local, nil, './', '.tbl', './', true)</tt></pre>
</div></div>
@@ -2264,10 +2264,10 @@
</tr></table>
</div>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 28-Dec-2005 13:27:25 Eastern Daylight Time
+Last updated 30-Dec-2005 10:16:41 Eastern Daylight Time
</div>
</div>
</body>
</html>