diff options
author | Robin Sowell <robin.sowell@ellislab.com> | 2009-03-26 19:58:38 +0100 |
---|---|---|
committer | Robin Sowell <robin.sowell@ellislab.com> | 2009-03-26 19:58:38 +0100 |
commit | 50d45c0c4332e942a2f11d37f5f6fe0f0efc79e3 (patch) | |
tree | 3500b5c491d1446755e00d27cbe364220d1a9967 | |
parent | 1322ec54289f09f7e176924902d5642f269aec48 (diff) |
Modified form_hidden() to accept multi-dimensional arrays.
-rw-r--r-- | user_guide/changelog.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 3650e03ac..e4d57f6b1 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -77,7 +77,11 @@ SVN Revision: </p> <li>Added reconnect() method to DB drivers to try to keep alive / reestablish a connection after a long idle.</li> </ul> </li> - + <li>Helpers + <ul> + <li>Modified <kbd>form_hidden()</kbd> in the <a href="helpers/form_helper.html">Form helper</a> to accept multi-dimensional arrays.</li> + </ul> + </li> </ul> <h3>Bug fixes for 1.7.2</h3> |