@@ -, +, @@ --- installer/data/mysql/atomicupdate/8995_OpenURL_sysprefs.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/installer/data/mysql/atomicupdate/8995_OpenURL_sysprefs.sql +++ a/installer/data/mysql/atomicupdate/8995_OpenURL_sysprefs.sql @@ -1,4 +1,4 @@ -INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES +INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type) VALUES ('OpenURLResolverURL', '', 'URL of OpenURL Resolver', NULL, 'Free'), ('OpenURLText', '', 'Text of OpenURL links (or image title if OpenURLImageLocation is defined)', NULL, 'Free'), ('OpenURLImageLocation', '', 'Location of image for OpenURL links', NULL, 'Free'), --