From 74c1223f15523eadfe34101dd90105aa998eb5cc Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Sat, 28 Jul 2012 14:31:17 +1200 Subject: [PATCH] Fixing a cut and paste error in the updatedatabase.pl file --- 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 2d4d2ab284..585f29b946 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -5239,7 +5239,7 @@ $DBversion = "3.08.01.002"; if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { $dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('SuspendHoldsIntranet', '1', NULL , 'Allow holds to be suspended from the intranet.', 'YesNo')"); $dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('SuspendHoldsOpac', '1', NULL , 'Allow holds to be suspended from the OPAC.', 'YesNo')"); - print "Upgrade to $DBversion done (Add system preference OpacBrowseResults ))\n"; + print "Upgrade to $DBversion done (Add system preferences SuspendHoldsIntranet and SuspendHoldsOpac ))\n"; SetVersion($DBversion); } -- 2.39.2