diff options
Diffstat (limited to 'includes/db_schema/db_schema_14_15.php')
| -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 234bde78a7..b22d570d29 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', 'LINK_ICONS', 'ZOOM_BOXES'"); +self::exec("DELETE FROM `##gedcom_setting` WHERE setting_name IN('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 |
