diff options
author | Derek Jones <derek.jones@ellislab.com> | 2009-02-20 21:10:00 +0100 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2009-02-20 21:10:00 +0100 |
commit | 436e6e2583c574a4628984c4a95c5d3da5fcce1f (patch) | |
tree | 7decbc0609ca9b1c7c2be8186330507314b4b5c9 /user_guide/changelog.html | |
parent | 85a7cfb75616fb5d41496bb009adbdab0b3f6165 (diff) |
$CI->_remove_invisible_characters($str);
fixed to
$CI->input->_remove_invisible_characters($str);
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index f48bb0be5..06375d6f4 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -136,6 +136,7 @@ SVN Revision: 1640</p> <li>Fixed a bug where TRUNCATE was not considered a "write" query (#6619).</li> <li>Fixed a bug where csv_from_result() was checking for a nonexistent method.</li> <li>Fixed a bug _protect_identifiers() where it was improperly removing all pipe symbols from items</li> + <li>Fixed a fatal error in the Oracle driver (#6752)</li> </ul> </li> <li>Fixed assorted user guide typos or examples (#5998, #6093, #6259, #6339, #6432, #6521).</li> |