diff options
| author | fisharebest <fisharebest@gmail.com> | 2011-10-23 13:42:48 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2011-10-23 13:42:48 +0000 |
| commit | a63c59f5c29fc87ed502cf66e207ef62ec8aa3dd (patch) | |
| tree | 268c1286c92a3b397203aa88542fe0bc4e1176b7 /includes/db_schema | |
| parent | f01016d65de84fac2f3bd5550aba3007ce2b32ad (diff) | |
| download | webtrees-a63c59f5c29fc87ed502cf66e207ef62ec8aa3dd.tar.gz webtrees-a63c59f5c29fc87ed502cf66e207ef62ec8aa3dd.tar.bz2 webtrees-a63c59f5c29fc87ed502cf66e207ef62ec8aa3dd.zip | |
Remove the LINK_ICONS and ZOOM_BOXES options (which control whether popup menus are activated on click, hover, etc.) These are unnecessary, confusing, and don't work properly.
Diffstat (limited to 'includes/db_schema')
| -rw-r--r-- | includes/db_schema/db_schema_14_15.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/db_schema/db_schema_14_15.php b/includes/db_schema/db_schema_14_15.php index 233e27151e..234bde78a7 100644 --- a/includes/db_schema/db_schema_14_15.php +++ b/includes/db_schema/db_schema_14_15.php @@ -35,7 +35,7 @@ if (!defined('WT_WEBTREES')) { } // Remove the i_isdead column -self::exec("DELETE FROM `##gedcom_setting` WHERE setting_name='GEDCOM_DEFAULT_TAB'"); +self::exec("DELETE FROM `##gedcom_setting` WHERE setting_name='GEDCOM_DEFAULT_TAB', 'LINK_ICONS', 'ZOOM_BOXES'"); self::exec("DELETE FROM `##user_setting` WHERE setting_name='default'"); // There is no way to add a RESN tag to NOTE objects |
