From d19a0357a2ee1652cc4cd9afb2bff94d4826682a Mon Sep 17 00:00:00 2001 From: AlvArO Date: Wed, 23 Mar 2011 17:16:10 -0400 Subject: [PATCH] fixed issue fields date,check,checkgroup mode view bug:6365 6318 --- gulliver/system/class.form.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gulliver/system/class.form.php b/gulliver/system/class.form.php index e4de0216c..53c2a2e18 100644 --- a/gulliver/system/class.form.php +++ b/gulliver/system/class.form.php @@ -418,7 +418,7 @@ class Form extends XmlForm } } } - else{ + /* else{ if ($v->type == 'checkbox') { $values[$k]=$v->falseValue; } @@ -427,7 +427,7 @@ class Form extends XmlForm $values[$k] = null; } } - } + }*/ } else { if (isset($_FILES['form']['name'][$k])) {