diff options
author | Derek Allard <derek.allard@ellislab.com> | 2007-07-12 14:36:50 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2007-07-12 14:36:50 +0200 |
commit | 7dcd7a3aa4b145fc8a040c16e7c4de9ea35fd5cf (patch) | |
tree | 78bf0a4b2d92250a76740a3e2762312c8bf593e6 /user_guide | |
parent | c9e2b10f08a3c718e52e287e2dd14b880e4e3057 (diff) |
csv_from_result() move robust against data with "," in it.
Diffstat (limited to 'user_guide')
-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 0456be34e..e598e7c60 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -71,6 +71,7 @@ Change Log <li>Added some additional mime types in application/config/mimes.php.</li>
<li>Added filename_security() method to <a href="./libraries/input.html">Input library</a>.</li>
<li>Added some additional arguments to the <a href="./helpers/inflector_helper.html">Inflection helper</a> singular() to compensate for words ending in "s". Also added a force parameter to pluralize().</li>
+ <li>Fiixed a bug in csv_from_result() function that resulted in inproper output. </li>
<li>Fixed MSSQL insert_id().</li>
<li>Fixed a logic error in the DB trans_status() function. It was incorrectly returning TRUE on failure and FALSE on success.</li>
<li>Fixed a bug that was allowing multiple load attempts on extended classes.</li>
|