diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-03-10 17:38:32 +0100 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-03-10 17:38:32 +0100 |
commit | 133beafd1746b0f5fa06794fd183289d43defdbe (patch) | |
tree | 7a285b077e72591d7e8169356811d67f036be189 /user_guide | |
parent | 0e3263b44d2762894588ff3e682579ec0cb77fa0 (diff) |
Changed the logic for form_open() in Form helper. If no value is passed it will submit to the current URL.
Diffstat (limited to 'user_guide')
-rw-r--r-- | user_guide/changelog.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 159f1a645..44c07b7ac 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -28,7 +28,7 @@ <div id="masthead"> <table cellpadding="0" cellspacing="0" border="0" style="width:100%"> <tr> -<td><h1>CodeIgniter User Guide Version 2.0.0</h1></td> +<td><h1>CodeIgniter User Guide Version 2.0.1</h1></td> <td id="breadcrumb_right"><a href="./toc.html">Table of Contents Page</a></td> </tr> </table> @@ -79,6 +79,11 @@ Hg Tag: n/a</p> <li class="reactor"><a href="libraries/output.html">Output Class</a> will now support method chaining.</li> </ul> </li> + <li>Helpers + <ul> + <li class="reactor">Changed the logic for <kbd>form_open()</kbd> in <a href="helpers/form_helper.html">Form helper</a>. If no value is passed it will submit to the current URL.</li> + </ul> + </li> </ul> <h3>Bug fixes for 2.0.1</h3> |