summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
Diffstat (limited to 'user_guide_src')
-rw-r--r--user_guide_src/source/changelog.rst2
-rw-r--r--user_guide_src/source/installation/upgrade_300.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index e40e64acd..0344b7894 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -516,7 +516,7 @@ Bug fixes for 3.0
- Fixed a possible bug in :doc:`Input Libary <libraries/input>` method ``is_ajax_request()`` where some clients might not send the X-Requested-With HTTP header value exactly as 'XmlHttpRequest'.
- Fixed a bug (#1039) - :doc:`Database Utilities <database/utilities>` internal method ``_backup()`` method failed for the 'mysql' driver due to a table name not being escaped.
- Fixed a bug (#1070) - ``CI_DB_driver::initialize()`` didn't set a character set if a database is not selected.
-- Fixed a bug (#177) - :doc:`Form Validation Library <libraries/form_validation>`` method ``set_value()`` didn't set the default value if POST data is NULL.
+- Fixed a bug (#177) - :doc:`Form Validation Library <libraries/form_validation>` method ``set_value()`` didn't set the default value if POST data is NULL.
- Fixed a bug (#68, #414) - :Oracle's ``escape_str()`` didn't properly escape LIKE wild characters.
- Fixed a bug (#81) - ODBC's ``list_fields()`` and ``field_data()`` methods skipped the first column due to ``odbc_field_*()`` functions' index starting at 1 instead of 0.
- Fixed a bug (#129) - ODBC's ``num_rows()`` method returned -1 in some cases, due to not all subdrivers supporting the ``odbc_num_rows()`` function.
diff --git a/user_guide_src/source/installation/upgrade_300.rst b/user_guide_src/source/installation/upgrade_300.rst
index aefe1919e..3f96a31e2 100644
--- a/user_guide_src/source/installation/upgrade_300.rst
+++ b/user_guide_src/source/installation/upgrade_300.rst
@@ -96,7 +96,7 @@ With the change from a single Session Library to the new Session Driver, two new
- ``$config['sess_driver']`` selects which driver to initially load. Options are:
- 'cookie' (the default) for classic CodeIgniter cookie-based sessions
- 'native' for native PHP Session support
- - the name of a custom driver you have provided (see :doc:`Session Driver <../libraries/session>` for more info)
+ - the name of a custom driver you have provided (see :doc:`Session Driver <../libraries/sessions>` for more info)
- ``$config['sess_valid_drivers']`` provides an array of additional custom drivers to make available for loading
As the new Session Driver library loads the classic Cookie driver by default and always makes 'cookie' and 'native'