@@ -852,11 +852,6 @@ class Input
if (isset($option[4])) {
$open = str_replace('{where_id}', Dever::input('where_id'), $option[4]);
}
- if (!isset($option[3])) {
- $type = 'checkbox';
- } else {
- $type = $option[3];
- }
if (isset($param['value']) && $param['value']) {
$script = 'select_api = JSON.parse(\''.$param['value'].'\');';
$param['value'] = '';