@@ -, +, @@ --- installer/data/mysql/atomicupdate/sysprefs_Bug12528.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/installer/data/mysql/atomicupdate/sysprefs_Bug12528.sql +++ a/installer/data/mysql/atomicupdate/sysprefs_Bug12528.sql @@ -1,2 +1,2 @@ -INSERT INTO systempreferences ( value, variable, options, explanation,type ) +INSERT IGNORE INTO systempreferences ( value, variable, options, explanation,type ) select value ,'EnhancedMessagingPreferencesOPAC', NULL, 'If ON, allows patrons to select to receive additional messages about items due or nearly due.', 'YesNo' from systempreferences where variable='EnhancedMessagingPreferences'; --