|
@@ -629,6 +629,10 @@ class Database
|
|
|
$config['manage']['search']['api'][$k]['lang'] = $v['name'];
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+ if (isset($v['search_button'])) {
|
|
|
+ $config['manage']['search']['button'][$k] = $v['search_button'];
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
/*
|
|
@@ -636,9 +640,7 @@ class Database
|
|
|
$config['end']['insert'] = $v['value'];
|
|
|
}
|
|
|
*/
|
|
|
- if (isset($v['search_button'])) {
|
|
|
- $config['manage']['search']['button'][$k] = $v['search_button'];
|
|
|
- }
|
|
|
+
|
|
|
|
|
|
if (isset($v['update'])) {
|
|
|
if (!isset($config['manage']['insert'])) {
|