MT 1713, follow-up : fixed updatedatabase.pl
authorMatthias Meusburger <matthias.meusburger@biblibre.com>
Tue, 20 Oct 2009 14:45:12 +0000 (16:45 +0200)
committerMatthias Meusburger <matthias.meusburger@biblibre.com>
Tue, 20 Oct 2009 14:45:12 +0000 (16:45 +0200)
installer/data/mysql/updatedatabase.pl

index 6c872e4..779244a 100755 (executable)
@@ -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 
        ");