From 48c0f5de72bd54f7d8236cbd1d67bd8a66a1194e Mon Sep 17 00:00:00 2001 From: kados Date: Wed, 1 Mar 2006 21:44:16 +0000 Subject: [PATCH] Adds 'opacreadinghistory' syspref for turning this on/off for libraries who are scared of their government (ie, in countries where there a patriot act) :-) --- updater/updatedatabase | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/updater/updatedatabase b/updater/updatedatabase index 287cc76962..c1006eb261 100755 --- a/updater/updatedatabase +++ b/updater/updatedatabase @@ -859,7 +859,16 @@ my %tabledata = ( explanation => 'Enter the name of the layout stylesheet to use in the OPAC', type => 'free', }, - + + { + uniquefieldrequired => 'variable', + variable => 'opacreadinghistory', + value => '1', + forceupdate => { 'explanation' => 1, + 'type' => 1}, + explanation => 'Turn on/off display of Patron Reading History in OPAC', + type => 'YesNo', + }, { uniquefieldrequired => 'variable', variable => 'opaclanguagesdisplay', @@ -1709,6 +1718,11 @@ $sth->finish; exit; # $Log$ +# Revision 1.100.2.31 2006/03/01 21:44:16 kados +# Adds 'opacreadinghistory' syspref for turning this on/off for libraries +# who are scared of their government (ie, in countries where there a +# patriot act) :-) +# # Revision 1.100.2.30 2006/03/01 15:52:13 kados # Whoops ... should have checked, that name is already used. Changed it to # opaclanguagesdisplay. -- 2.39.5