Bugzilla – Attachment 93838 Details for
Bug 23697
Add auto complete for patron search in patron module
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23697: (QA follow-up) Fix quotes in database update statement
Bug-23697-QA-follow-up-Fix-quotes-in-database-upda.patch (text/plain), 1.08 KB, created by
Katrin Fischer
on 2019-10-07 19:04:14 UTC
(
hide
)
Description:
Bug 23697: (QA follow-up) Fix quotes in database update statement
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2019-10-07 19:04:14 UTC
Size:
1.08 KB
patch
obsolete
>From 9c4f0abfc842ca5708122693a71cbb35f4083e0d Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Mon, 7 Oct 2019 18:59:57 +0000 >Subject: [PATCH] Bug 23697: (QA follow-up) Fix quotes in database update > statement > >--- > installer/data/mysql/atomicupdate/bug_23697.perl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/atomicupdate/bug_23697.perl b/installer/data/mysql/atomicupdate/bug_23697.perl >index f53decbe55..394bb880ce 100644 >--- a/installer/data/mysql/atomicupdate/bug_23697.perl >+++ b/installer/data/mysql/atomicupdate/bug_23697.perl >@@ -1,6 +1,6 @@ > $DBversion = 'XXX'; # will be replaced by the RM > if( CheckVersion( $DBversion ) ) { >- $dbh->do( "UPDATE systempreferences SET variable="PatronAutoComplete" WHERE variable="CircAutocompl" LIMIT 1" ); >+ $dbh->do( "UPDATE systempreferences SET variable='PatronAutoComplete' WHERE variable='CircAutocompl' LIMIT 1" ); > SetVersion( $DBversion ); > print "Upgrade to $DBversion done (Bug 23697 - Rename CircAutocompl system preference to PatronAutoComplete)\n"; > } >-- >2.11.0
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 23697
:
93443
|
93476
|
93721
|
93738
|
93739
|
93832
|
93833
|
93834
|
93835
|
93836
|
93837
| 93838