From 1e6ab99c692bb0337559d3303143838dff37d638 Mon Sep 17 00:00:00 2001
From: Derek Allard
Date: Fri, 6 Jun 2008 11:37:34 +0000
Subject: Form helper refactored to allow form_open() and form_fieldset() to
accept arrays or strings as arguments.
---
system/helpers/form_helper.php | 70 ++++++++++++++++++++++++++++++------------
user_guide/changelog.html | 5 +++
2 files changed, 56 insertions(+), 19 deletions(-)
diff --git a/system/helpers/form_helper.php b/system/helpers/form_helper.php
index c6aa0d2b4..cc08f4fe4 100644
--- a/system/helpers/form_helper.php
+++ b/system/helpers/form_helper.php
@@ -48,18 +48,7 @@ if ( ! function_exists('form_open'))
$form = '
Added support for query strings to the Pagination class, automatically detected or explicitly declared.
+ Helpers
+
+ - Form helper refactored to allow form_open() and form_fieldset() to accept arrays or strings as arguments.
+
+
Other changes