From 4b9c62980599228f070b401c7673dce8085b0c61 Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Fri, 1 Jul 2011 17:40:48 -0500 Subject: backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke the Typography class's string replacements, for instance --- user_guide/installation/upgrade_160.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'user_guide/installation/upgrade_160.html') diff --git a/user_guide/installation/upgrade_160.html b/user_guide/installation/upgrade_160.html index 2adeff379..d06f58ec9 100644 --- a/user_guide/installation/upgrade_160.html +++ b/user_guide/installation/upgrade_160.html @@ -84,16 +84,16 @@ Upgrading from 1.5.4 to 1.6.0

Add the following to application/config/autoload.php

/*
| -------------------------------------------------------------------
- | Auto-load Model files
+ | Auto-load Model files
| -------------------------------------------------------------------
| Prototype:
|
- | $autoload['model'] = array('my_model');
+ | $autoload['model'] = array('my_model');
|
*/

$autoload['model'] = array();

-

Step 4: Add to your database.php

+

Step 4: Add to your database.php

Make the following changes to your application/config/database.php file:

Add the following variable above the database configuration options, with $active_group

$active_record = TRUE;

-- cgit v1.2.3-24-g4f1b