From d4a8c906c1b7614a6ef77bb082780e7e10bf4ce3 Mon Sep 17 00:00:00 2001 From: kados Date: Tue, 21 Feb 2006 20:00:13 +0000 Subject: [PATCH] setting default value for LabelMARCView to 'standard' ---------------------------------------------------------------------- --- updater/updatedatabase | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/updater/updatedatabase b/updater/updatedatabase index 7afce07a4f..2f7c2e576e 100755 --- a/updater/updatedatabase +++ b/updater/updatedatabase @@ -814,7 +814,7 @@ my %tabledata = ( { uniquefieldrequired => 'variable', variable => 'LabeledMARCView', - value => 'normal', + value => 'standard', forceupdate => { 'explanation' => 1, 'type' => 1, 'options' => 1}, @@ -1672,6 +1672,10 @@ $sth->finish; exit; # $Log$ +# Revision 1.100.2.25 2006/02/21 20:00:13 kados +# setting default value for LabelMARCView to 'standard' +# ---------------------------------------------------------------------- +# # Revision 1.100.2.24 2006/02/21 18:40:08 kados # Adding LabeledMARCView systempref to choose whether tags are displayed # in standard or economical format. Later, this can be used to display -- 2.39.5