From 38953ec4cef7b2c8618bb56ab2e28ecb041bc8be Mon Sep 17 00:00:00 2001 From: acli Date: Mon, 27 Jan 2003 03:12:49 +0000 Subject: [PATCH] Reworded the description for "acquisitions" to make it fit on the screen Added "iso" to dateformat, since dateformat is not yet being used anyway --- updater/updatedatabase | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/updater/updatedatabase b/updater/updatedatabase index 095796305f..8e633215c6 100755 --- a/updater/updatedatabase +++ b/updater/updatedatabase @@ -262,8 +262,8 @@ my %tabledata=( ], systempreferences => [ { uniquefieldrequired => 'variable', variable => 'autoMemberNum', value => '1', explanation => '1 or else. If 1, Barcode is auto-calculated' }, - { uniquefieldrequired => 'variable', variable => 'acquisitions', value => 'simple', explanation => 'normal or simple : will use acquisition system found in directory acqui.simple or acquisition' }, - { uniquefieldrequired => 'variable', variable => 'dateformat', value => 'metric', explanation => 'metric or us' }, + { uniquefieldrequired => 'variable', variable => 'acquisitions', value => 'simple', explanation => 'normal or simple : whether to use "acqui" or "acqui.simple" acquisition system' }, + { uniquefieldrequired => 'variable', variable => 'dateformat', value => 'metric', explanation => 'metric, us, or iso' }, { uniquefieldrequired => 'variable', variable => 'template', value => 'default', explanation => 'template default name' }, { uniquefieldrequired => 'variable', variable => 'autoBarcode', value => '1', explanation => '1 or else. If 1, Barcode is auto-calculated' }, { uniquefieldrequired => 'variable', variable => 'insecure', value => 'NO', explanation => 'if YES, no auth at all is needed. Be careful if you set this to yes !' }, @@ -538,6 +538,11 @@ $sth->finish; exit; # $Log$ +# Revision 1.35 2003/01/27 03:12:49 acli +# Reworded the description for "acquisitions" to make it fit on the screen +# +# Added "iso" to dateformat, since dateformat is not yet being used anyway +# # Revision 1.34 2003/01/23 12:30:02 tipaul # introducint marcflavour in systempref file : used for character decoding # -- 2.39.2