Bugzilla – Attachment 30940 Details for
Bug 11315
Add support for subfield deletion when doing authority merges.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11315 - Fixed issues in updatedatabase.pl
Bug-11315---Fixed-issues-in-updatedatabasepl.patch (text/plain), 1.16 KB, created by
Maxime Beaulieu
on 2014-08-18 14:13:01 UTC
(
hide
)
Description:
Bug 11315 - Fixed issues in updatedatabase.pl
Filename:
MIME Type:
Creator:
Maxime Beaulieu
Created:
2014-08-18 14:13:01 UTC
Size:
1.16 KB
patch
obsolete
>From c93b2b9b6cce6a585ed0ce71909cdecd08bcd1d5 Mon Sep 17 00:00:00 2001 >From: mbeaulieu <mbeaulieu@inlibro.com> >Date: Mon, 11 Aug 2014 14:21:44 -0400 >Subject: [PATCH] Bug 11315 - Fixed issues in updatedatabase.pl > >--- > installer/data/mysql/updatedatabase.pl | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl >index 8c50ed2..a24aa96 100755 >--- a/installer/data/mysql/updatedatabase.pl >+++ b/installer/data/mysql/updatedatabase.pl >@@ -8603,9 +8603,9 @@ if ( CheckVersion($DBversion) ) { > SetVersion($DBversion); > } > $DBversion = "XXX"; >-if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { >+if ( CheckVersion($DBversion) ) { > $dbh->do("INSERT INTO systempreferences (variable,value,options,explanation,type) VALUES('overwriteSubfieldsOnMerge','0',NULL,'Overwrite the biblio\\'s subfields when merging an authority record with a biblio record.','YesNo')"); >- print "Add the overwriteSubfieldsOnMerge preference.\n"; >+ print "Upgrade to $DBversion done (11315 - Add the overwriteSubfieldsOnMerge preference).\n"; > SetVersion($DBversion); > } > >-- >1.7.9.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 11315
:
23201
|
25377
|
25404
|
30940
|
30941
|
58234
|
58235