From f7623aab9c9d9c0d0dae5911857cf8ba8d7a462c Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Fri, 6 Jun 2008 13:36:19 +0000 Subject: default to post method --- system/helpers/form_helper.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/system/helpers/form_helper.php b/system/helpers/form_helper.php index cc08f4fe4..37afc2daf 100644 --- a/system/helpers/form_helper.php +++ b/system/helpers/form_helper.php @@ -40,7 +40,7 @@ */ if ( ! function_exists('form_open')) { - function form_open($action = '', $attributes = array(), $hidden = array()) + function form_open($action = '', $attributes = = 'method="post"', $hidden = array()) { $CI =& get_instance(); @@ -453,7 +453,6 @@ if ( ! function_exists('form_fieldset')) { function form_fieldset($legend_text = '', $attributes = array()) { - $fieldset = "