diff options
author | Andrey Andreev <narf@devilix.net> | 2014-02-07 20:39:25 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-02-07 20:39:25 +0100 |
commit | 2cdd4836b7ff399d6cac1bfc974d9bbabab54f8c (patch) | |
tree | 2f713c7d372276bc498d2e356c8a806b6103a172 /user_guide_src/source/changelog.rst | |
parent | 9e87fa77e9e579dd24922133598e799cce31c255 (diff) |
[ci skip] Really fix wrong doc references
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r-- | user_guide_src/source/changelog.rst | 2 |
1 files changed, 1 insertions, 1 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. |