From 58944649777c75be8242488b9010fa2a95a3e37a Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Wed, 4 Feb 2009 12:46:43 +0000 Subject: AR was documented as being off by default, corrected this. --- user_guide/database/connecting.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide/database/connecting.html') 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
  1. The database connection values, passed either as an array or a DSN string.
  2. TRUE/FALSE (boolean). Whether to return the connection ID (see Connecting to Multiple Databases below).
  3. -
  4. TRUE/FALSE (boolean). Whether to enable the Active Record class. Set to FALSE by default.
  5. +
  6. TRUE/FALSE (boolean). Whether to enable the Active Record class. Set to TRUE by default.
-- cgit v1.2.3-24-g4f1b