dever il y a 3 ans
Parent
commit
6e24ed923f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      database/data.php

+ 1 - 1
database/data.php

@@ -135,7 +135,7 @@ if ($info) {
             $key = 'col_' . $v['id'];
     		$list = false;
             if (!in_array($v['id'], $info['col'])) {
-                $update_type = 'hidden';
+                $update_type = false;
             } else {
                 if ($v['type'] == 1) {
                     $update_type = 'text';