Bugzilla – Attachment 61769 Details for
Bug 18368
DBversion 16.12.00.022 not set by updatedatabase.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18368 - DBversion 16.12.00.022 not set by updatedatabase.pl
Bug-18368---DBversion-161200022-not-set-by-updated.patch (text/plain), 1.32 KB, created by
Marc Véron
on 2017-04-02 17:03:26 UTC
(
hide
)
Description:
Bug 18368 - DBversion 16.12.00.022 not set by updatedatabase.pl
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2017-04-02 17:03:26 UTC
Size:
1.32 KB
patch
obsolete
>From 74d4171abb442cb5107b2c43e7973a493d12a272 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Sun, 2 Apr 2017 18:59:52 +0200 >Subject: [PATCH] Bug 18368 - DBversion 16.12.00.022 not set by > updatedatabase.pl > >Updating to 16.12.00.22 puts the upgrade process in an endless loop because DBversione is not set by updatedatabase.pl >Missing line: SetVersion( $DBversion ) > >This patch inserts the line as appropriate. > >To test: >- Apply patch >- Verify code change makes sense >- Verify that upgrade smoothly runs through >--- > installer/data/mysql/updatedatabase.pl | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl >index c0c6ab0..e3d1675 100755 >--- a/installer/data/mysql/updatedatabase.pl >+++ b/installer/data/mysql/updatedatabase.pl >@@ -14076,6 +14076,7 @@ if( CheckVersion( $DBversion ) ) { > $DBversion = "16.12.00.022"; > if( CheckVersion( $DBversion ) ) { > print "NOTE: The sender for serial claim notifications has been corrected. The email address of the staff member is no longer used. We will use the branch email address or KohaAdminEmailAddress, as is done for other notices.\n"; >+ SetVersion( $DBversion ); > print "Upgrade to $DBversion done (Bug 17866 - Change sender for serial claim notifications)\n"; > } > >-- >2.1.4
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 18368
:
61769
|
61773
|
61775