From 1d3d4602227e118d948ee28e934f069b4ba9f11e Mon Sep 17 00:00:00 2001 From: rangi Date: Sat, 3 May 2003 05:39:57 +0000 Subject: [PATCH] Fixing bug 429 (Wording changes in the explanation fields in system preferences) --- updater/updatedatabase | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/updater/updatedatabase b/updater/updatedatabase index 9cc7ea60cf..0688e3abe4 100755 --- a/updater/updatedatabase +++ b/updater/updatedatabase @@ -347,7 +347,7 @@ my %tabledata = ( uniquefieldrequired => 'variable', variable => 'autoMemberNum', value => '1', - explanation => '1 or else. If 1, Barcode is auto-calculated' + explanation => '1 or 0. If 1, Member number is auto-calculated' }, { uniquefieldrequired => 'variable', @@ -372,7 +372,7 @@ my %tabledata = ( uniquefieldrequired => 'variable', variable => 'autoBarcode', value => '1', - explanation => '1 or else. If 1, Barcode is auto-calculated' + explanation => '1 or 0. If 1, Barcode is auto-calculated' }, { uniquefieldrequired => 'variable', @@ -757,6 +757,10 @@ $sth->finish; exit; # $Log$ +# Revision 1.44 2003/05/03 05:39:57 rangi +# Fixing bug 429 +# (Wording changes in the explanation fields in system preferences) +# # Revision 1.43 2003/05/02 23:01:09 rangi # Adding the textmessaging column to the borrowers table. # insertdata.pl is expecting this to exist, and hence modifying/adding -- 2.39.2