Bug 6739: (follow-up) do NOT activate new feature by default during upgrade
authorGalen Charlton <gmc@esilibrary.com>
Mon, 5 May 2014 01:57:56 +0000 (01:57 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 5 May 2014 01:57:56 +0000 (01:57 +0000)
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>
installer/data/mysql/updatedatabase.pl

index 6d4bc4c..1fcc238 100755 (executable)
@@ -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'