summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/installation
diff options
context:
space:
mode:
authorIban Eguia <admin@razican.com>2012-03-27 18:36:15 +0200
committerIban Eguia <admin@razican.com>2012-03-27 18:36:15 +0200
commit7bf0a4ff35efc758ef43b3a848e655285946b8b6 (patch)
tree7d1ab063257edbc343ffb7c37fb7fdd462ed1e6d /user_guide_src/source/installation
parent8310595f0e80f72ac790478b8a7dfc6470051639 (diff)
Added doccumentation for the new date helper.
Diffstat (limited to 'user_guide_src/source/installation')
-rw-r--r--user_guide_src/source/installation/upgrade_300.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/user_guide_src/source/installation/upgrade_300.rst b/user_guide_src/source/installation/upgrade_300.rst
index 4c594ab17..b6f52080a 100644
--- a/user_guide_src/source/installation/upgrade_300.rst
+++ b/user_guide_src/source/installation/upgrade_300.rst
@@ -31,3 +31,9 @@ Step 3: Remove $autoload['core'] from your config/autoload.php
Use of the `$autoload['core']` config array has been deprecated as of CodeIgniter 1.4.1 and is now removed.
Move any entries that you might have listed there to `$autoload['libraries']` instead.
+
+Step 4: Change your use of the Date heper's now() function
+==========================================================
+
+Function now() has been modified. You can see the changes in :doc:`Date Helper <../helpers/date_helper>`
+You must replace $config['time_reference'] with $config['timezone']. \ No newline at end of file