[Koha-cvs] CVS: koha/updater updatedatabase,1.43,1.44

Chris Cormack rangi at users.sourceforge.net
Sat May 3 07:40:00 CEST 2003


Update of /cvsroot/koha/koha/updater
In directory sc8-pr-cvs1:/tmp/cvs-serv21153

Modified Files:
	updatedatabase 
Log Message:
Fixing bug 429
(Wording changes in the explanation fields in system preferences)



Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.43
retrieving revision 1.44
diff -C2 -r1.43 -r1.44
*** updatedatabase	2 May 2003 23:01:09 -0000	1.43
--- updatedatabase	3 May 2003 05:39:57 -0000	1.44
***************
*** 348,352 ****
              variable            => 'autoMemberNum',
              value               => '1',
!             explanation         => '1 or else. If 1, Barcode is auto-calculated'
          },
          {
--- 348,352 ----
              variable            => 'autoMemberNum',
              value               => '1',
!             explanation         => '1 or 0. If 1, Member number is auto-calculated'
          },
          {
***************
*** 373,377 ****
              variable            => 'autoBarcode',
              value               => '1',
!             explanation         => '1 or else. If 1, Barcode is auto-calculated'
          },
          {
--- 373,377 ----
              variable            => 'autoBarcode',
              value               => '1',
!             explanation         => '1 or 0. If 1, Barcode is auto-calculated'
          },
          {
***************
*** 758,761 ****
--- 758,765 ----
  
  # $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.





More information about the Koha-cvs mailing list