From 114ab0988e20ac6be39ad363ff897a1a3b85e565 Mon Sep 17 00:00:00 2001 From: Razican Date: Mon, 25 Apr 2011 17:26:45 +0200 Subject: Fixed double-space typo. --- user_guide/installation/upgrade_203.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'user_guide/installation/upgrade_203.html') diff --git a/user_guide/installation/upgrade_203.html b/user_guide/installation/upgrade_203.html index 7dbc907ea..d1c9a940f 100644 --- a/user_guide/installation/upgrade_203.html +++ b/user_guide/installation/upgrade_203.html @@ -69,7 +69,7 @@ Upgrading from 2.0.2 to 2.0.3

Step 2: Update CodeIgniter files

Replace the files and directories in your "system" folder with the new versions:

- +

Step 3: Update your main index.php file

If you are running a stock index.php file simply replace your version with the new one.

@@ -81,7 +81,7 @@ Upgrading from 2.0.2 to 2.0.3

This config file has been updated to contain more user agent types, please copy it to application/config/user_agents.php.

Step 5: Change references of the EXT constant to ".php"

-

Note: The EXT Constant has been marked as deprecated, but has not been removed from the application. You are encouraged to make the changes sooner rather than later.

+

Note: The EXT Constant has been marked as deprecated, but has not been removed from the application. You are encouraged to make the changes sooner rather than later.

Step 6: Remove APPPATH.'third_party' from autoload.php

@@ -101,10 +101,10 @@ Upgrading from 2.0.2 to 2.0.3 CREATE INDEX last_activity_idx ON ci_sessions(last_activity); ALTER TABLE ci_sessions MODIFY user_agent VARCHAR(120); - - - - + + + + -- cgit v1.2.3-24-g4f1b