Bugzilla – Attachment 9992 Details for
Bug 7153
Show Open Library as Search Target in "More Searches" in OPAC detail page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7153 - Followup - Remove syspref modification
Bug-7153---Followup---Remove-syspref-modification.patch (text/plain), 1.27 KB, created by
Kyle M Hall
on 2012-06-09 09:24:42 UTC
(
hide
)
Description:
Bug 7153 - Followup - Remove syspref modification
Filename:
MIME Type:
Creator:
Kyle M Hall
Created:
2012-06-09 09:24:42 UTC
Size:
1.27 KB
patch
obsolete
>From 3c6c7adefd5a8113880bfa1644e3c9ef80f21849 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Sat, 9 Jun 2012 05:21:26 -0400 >Subject: [PATCH] Bug 7153 - Followup - Remove syspref modification > >Remove the database update that is modifying an existing systempreference. >--- > installer/data/mysql/updatedatabase.pl | 7 ------- > 1 files changed, 0 insertions(+), 7 deletions(-) > >diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl >index 0f9bdd6..6857d60 100755 >--- a/installer/data/mysql/updatedatabase.pl >+++ b/installer/data/mysql/updatedatabase.pl >@@ -5225,13 +5225,6 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { > SetVersion($DBversion); > } > >-$DBversion = "3.08.01.XXX"; >-if (C4::Context->preference("Version") < TransformToNum($DBversion)) { >- $dbh->do(qq|UPDATE systempreferences SET value=concat(value, '<li><a href="http://openlibrary.org/search/?author=({AUTHOR})&title=({TITLE})" target="_blank">Open Library (openlibrary.org)</a></li>') where variable='OPACSearchForTitleIn';|); >- print "Upgrade to $DBversion done (Updated syspref OPACSearchForTitleIn to include Open Library )\n"; >- SetVersion($DBversion); >-} >- > =head1 FUNCTIONS > > =head2 TableExists($table) >-- >1.7.2.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 7153
:
6190
|
6218
|
9991
|
9992
|
11044