From e16019f27b19c23a78eb2a955552e0a9d639b4fa Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Wed, 10 Aug 2016 14:20:06 +0000 Subject: [PATCH] Bug 7741 - DBRev 16.06.00.013 - Add IGNORE to insert in case of backporting Signed-off-by: Kyle M Hall --- installer/data/mysql/updatedatabase.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 370f35bde1..e67335f76b 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -12799,7 +12799,7 @@ if ( CheckVersion($DBversion) ) { $DBversion = '16.06.00.013'; if ( CheckVersion($DBversion) ) { $dbh->do(q{ - INSERT INTO systempreferences (variable, value, options, explanation, type) VALUES + INSERT IGNORE INTO systempreferences (variable, value, options, explanation, type) VALUES ('OPACResultsLibrary', 'homebranch', 'homebranch|holdingbranch', 'Defines whether the OPAC displays the holding or home branch in search results when using XSLT', 'Choice'); }); -- 2.39.2