diff options
author | Hamza Bhatti <tiyowan@gmail.com> | 2012-03-05 20:23:31 +0100 |
---|---|---|
committer | Hamza Bhatti <tiyowan@gmail.com> | 2012-03-05 20:23:31 +0100 |
commit | 2eee0aaacc1b4aff6e1137954dfe1a09c491cdb6 (patch) | |
tree | 223924f0d3932e08a485326bb881efa152fe4a44 /user_guide_src/source/changelog.rst | |
parent | d3c1ccf1fa5f4a38cfc9b8f5e3eba8bb23c83cdd (diff) |
Add changelog entry (bug fix for issue #64)
Signed-off-by: Hamza Bhatti <tiyowan@gmail.com>
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r-- | user_guide_src/source/changelog.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 533746065..2f525b10a 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -158,6 +158,7 @@ Release Date: Not Released Bug fixes for 2.1.1 ------------------- +- Fixed a bug (#64) - Regular expression in DB_active_rec.php failed to handle queries containing SQL bracket delimiters in the join condition. - Fixed a bug (#697) - A wrong array key was used in the Upload library to check for mime-types. - Fixed a bug - form_open() compared $action against site_url() instead of base_url(). - Fixed a bug - CI_Upload::_file_mime_type() could've failed if mime_content_type() is used for the detection and returns FALSE. |