@@ -, +, @@ --- installer/data/mysql/updatedatabase.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/installer/data/mysql/updatedatabase.pl +++ a/installer/data/mysql/updatedatabase.pl @@ -10641,7 +10641,7 @@ foreach my $file ( sort readdir $dirh ) { $DBversion = "3.21.00.XXX"; if ( CheckVersion($DBversion) ) { $dbh->do(" - INSERT INTO systempreferences (variable,value,options,explanation,type) + INSERT IGNORE INTO systempreferences (variable,value,options,explanation,type) VALUES ('MarcFieldDocURL', NULL, NULL, 'URL used for MARC field documentation. Following substitutions are available: {MARC} = marc flavour, eg. \"MARC21\" or \"UNIMARC\". {FIELD} = field number, eg. \"000\" or \"048\". {LANG} = user language, eg. \"en\" or \"fi-FI\"', 'free'); "); print "Upgrade to $DBversion done (Bug 11674: Configuration for MARC field doc URLs)\n"; --