From 928c55cbc5f3f162c10077f46d75d0bc0b1cbe53 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Thu, 21 Aug 2008 12:46:58 +0000 Subject: further whitespace fixes --- user_guide/installation/upgrade_160.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 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 f4e703eed..b80a68816 100644 --- a/user_guide/installation/upgrade_160.html +++ b/user_guide/installation/upgrade_160.html @@ -83,16 +83,16 @@ Upgrading from 1.5.4 to 1.6.0

Step 3: Add $autoload['model']

Add the following to system/application/autoload.php

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

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

Step 4: Add to your database.php

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

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

-- cgit v1.2.3-24-g4f1b