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 <gmc@esilibrary.com>
This commit is contained in:
Galen Charlton 2014-05-05 01:57:56 +00:00
parent c1673f2db8
commit 626f6c63a1

View file

@ -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'