summaryrefslogtreecommitdiff
path: root/admin_trees_config.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin_trees_config.php')
-rw-r--r--admin_trees_config.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/admin_trees_config.php b/admin_trees_config.php
index 0c7defd958..24c8d1a3a0 100644
--- a/admin_trees_config.php
+++ b/admin_trees_config.php
@@ -185,7 +185,6 @@ case 'update':
set_gedcom_setting(WT_GED_ID, 'FAM_FACTS_UNIQUE', str_replace(' ', '', safe_POST('NEW_FAM_FACTS_UNIQUE')));
set_gedcom_setting(WT_GED_ID, 'FAM_ID_PREFIX', safe_POST('NEW_FAM_ID_PREFIX'));
set_gedcom_setting(WT_GED_ID, 'FULL_SOURCES', safe_POST_bool('NEW_FULL_SOURCES'));
- set_gedcom_setting(WT_GED_ID, 'GEDCOM_DEFAULT_TAB', safe_POST('NEW_GEDCOM_DEFAULT_TAB'));
set_gedcom_setting(WT_GED_ID, 'GEDCOM_ID_PREFIX', safe_POST('NEW_GEDCOM_ID_PREFIX'));
set_gedcom_setting(WT_GED_ID, 'GENERATE_UIDS', safe_POST_bool('NEW_GENERATE_UIDS'));
set_gedcom_setting(WT_GED_ID, 'HIDE_GEDCOM_ERRORS', !safe_POST_bool('NEW_HIDE_GEDCOM_ERRORS'));
@@ -1164,14 +1163,6 @@ echo WT_JS_START;?>
</tr>
<tr>
<td>
- <?php echo WT_I18N::translate('Default tab to show on individual page'), help_link('GEDCOM_DEFAULT_TAB'); ?>
- </td>
- <td>
- <?php echo edit_field_default_tab('NEW_GEDCOM_DEFAULT_TAB', get_gedcom_setting(WT_GED_ID, 'GEDCOM_DEFAULT_TAB')); ?>
- </td>
- </tr>
- <tr>
- <td>
<?php echo WT_I18N::translate('Automatically expand list of events of close relatives'), help_link('EXPAND_RELATIVES_EVENTS'); ?>
</td>
<td>