From: Galen Charlton Date: Mon, 5 May 2014 01:57:56 +0000 (+0000) Subject: Bug 6739: (follow-up) do NOT activate new feature by default during upgrade X-Git-Tag: v3.16.00-beta~90 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=626f6c63a14b2d58c1088e336d138997ae225b2f;p=koha_fer 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 --- 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'