dever 3 years ago
parent
commit
c163e325c0
1 changed files with 0 additions and 5 deletions
  1. 0 5
      src/Lib/Input.php

+ 0 - 5
src/Lib/Input.php

@@ -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'] = '';