From 626f6c63a14b2d58c1088e336d138997ae225b2f Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 5 May 2014 01:57:56 +0000 Subject: [PATCH] Bug 6739: (follow-up) do NOT activate new feature by default during upgrade The previous behavior falls in the category of (arguably) buggy behavior that nonetheless should not be silently changed on the folks who would have to deal with patron complaints. Signed-off-by: Galen Charlton --- 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 6d4bc4c484..1fcc238474 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -8374,7 +8374,7 @@ if ( CheckVersion($DBversion) ) { INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES ( 'BlockExpiredPatronOpacActions', - '1', + '0', 'Set whether an expired patron can perform opac actions such as placing holds or renew books, can be overridden on a per patron-type basis', NULL, 'YesNo' -- 2.20.1