summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authorGreg Aker <greg@gregaker.net>2011-08-21 05:15:49 +0200
committerGreg Aker <greg@gregaker.net>2011-08-21 05:15:49 +0200
commit020f754c59df5aea5c2834b23e92527774d8e917 (patch)
treed1f58f1cc3e97c8cbc5d976ebbe75191d0a93a63 /user_guide
parent9bcc40451f76737f787a3f7afc0fdab4842c9305 (diff)
parent30c9289d501e840828093fd6c2e595fd25296326 (diff)
Merge branch 'resolve_issue_65' of https://github.com/benedmunds/CodeIgniter into benedmunds-resolve_issue_65
Conflicts: user_guide/changelog.html
Diffstat (limited to 'user_guide')
-rw-r--r--user_guide/changelog.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 2e4727d4a..15872c1ac 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -71,6 +71,7 @@ Change Log
<li>Helpers
<ul>
<li class="reactor">Added <samp>increment_string()</samp> to <a href="helpers/string_helper.html">String Helper</a> to turn "foo" into "foo-1" or "foo-1" into "foo-2".</li>
+ <li>Altered form helper - made action on form_open_multipart helper function call optional. Fixes (#65)</li>
</ul>
</li>
<li>Database
@@ -97,7 +98,7 @@ Change Log
<li class="rector">Fixed a bug (Reactor #89) where MySQL export would fail if the table had hyphens or other non alphanumeric/underscore characters.</li>
<li class="reactor">Fixed a bug (#200) where MySQL queries would be malformed after calling <samp>count_all()</samp> then <samp>db->get()</samp></li>
<li>Fixed a bug (#181) where a mis-spelling was in the form validation language file.</li>
- <li class="reactor">Fixed a bug (#160). Removed unneeded array copy in the file cache driver.</li>
+ <li>Fixed a bug (#160) - Removed unneeded array copy in the file cache driver.</li>
</ul>
<h2>Version 2.0.3</h2>