From a63c59f5c29fc87ed502cf66e207ef62ec8aa3dd Mon Sep 17 00:00:00 2001 From: fisharebest Date: Sun, 23 Oct 2011 13:42:48 +0000 Subject: 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. --- includes/db_schema/db_schema_14_15.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/db_schema/db_schema_14_15.php') 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 -- cgit v1.3