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_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 d1c9a940f..7dbc907ea 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