From 24f9da415bb1c02754bea2240e0d99c42d560273 Mon Sep 17 00:00:00 2001 From: Matthias Meusburger Date: Tue, 20 Oct 2009 16:45:12 +0200 Subject: [PATCH 1/1] MT 1713, follow-up : fixed updatedatabase.pl --- installer/data/mysql/updatedatabase.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 6c872e4b96..779244acd9 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -3095,7 +3095,7 @@ $dbh->do(" $DBversion = "3.01.00.119"; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do(" - UPDATE `systempreferences` SET `options` = 'holdings|serialcollection|subscriptions', + UPDATE `systempreferences` SET `options` = 'holdings|serialcollection|subscriptions' WHERE `systempreferences`.`variable` = 'opacSerialDefaultTab' LIMIT 1 "); -- 2.11.0