summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2007-07-12 20:22:05 +0200
committerDerek Allard <derek.allard@ellislab.com>2007-07-12 20:22:05 +0200
commit476b87150809861e6963eb26be083086f8ea0464 (patch)
tree6d79dd769740d4228df4e4dbe39a0ac60d092a4a /user_guide
parentf9a4e9e04589df8dcf808519c95703f16c318384 (diff)
csv_from_result buggy. revert to old function until rewrite
Diffstat (limited to 'user_guide')
-rw-r--r--user_guide/changelog.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 1d0f3b6b6..468f42c0d 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -71,7 +71,6 @@ 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>