summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2009-02-04 13:46:43 +0100
committerDerek Allard <derek.allard@ellislab.com>2009-02-04 13:46:43 +0100
commit58944649777c75be8242488b9010fa2a95a3e37a (patch)
treea6253a642dfd6aec7315655483026915b36d5a27
parent5115725a84e95bbcd5077a6093f1b0ec78c2271b (diff)
AR was documented as being off by default, corrected this.
-rw-r--r--user_guide/changelog.html2
-rw-r--r--user_guide/database/connecting.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index d3bc7e22b..d0fe3de80 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -95,7 +95,7 @@ SVN Revision: </p>
<h3>Bug fixes for 1.7.1</h3>
<ul>
- <li>Fixed assorted user guide typos or examples (#6521).</li>
+ <li>Fixed assorted user guide typos or examples (#6521, #6339).</li>
<li>Fixed a bug in the MySQLi driver when no port is specified</li>
<li>Fixed a bug (#5702), in which the field label was not being fetched properly, when "matching" one field to another.</li>
<li>Fixed a bug in which identifers were not being escaped properly when reserved characters were used.</li>
diff --git a/user_guide/database/connecting.html b/user_guide/database/connecting.html
index 373c0567b..c36f21d44 100644
--- a/user_guide/database/connecting.html
+++ b/user_guide/database/connecting.html
@@ -85,7 +85,7 @@ to the group specified in your database config file. For most people, this is th
<ol>
<li>The database connection values, passed either as an array or a DSN string.</li>
<li>TRUE/FALSE (boolean). Whether to return the connection ID (see Connecting to Multiple Databases below).</li>
- <li>TRUE/FALSE (boolean). Whether to enable the Active Record class. Set to FALSE by default.</li>
+ <li>TRUE/FALSE (boolean). Whether to enable the Active Record class. Set to TRUE by default.</li>
</ol>