From 3c6c7adefd5a8113880bfa1644e3c9ef80f21849 Mon Sep 17 00:00:00 2001 From: Kyle M Hall 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, '
  • Open Library (openlibrary.org)
  • ') 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