fixed issue fields date,check,checkgroup mode view bug:6365 6318
This commit is contained in:
@@ -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])) {
|
||||
|
||||
Reference in New Issue
Block a user