[Koha-cvs] CVS: koha/updater updatedatabase,1.38,1.39

Paul POULAIN tipaul at users.sourceforge.net
Fri Apr 4 10:45:02 CEST 2003


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

Modified Files:
	updatedatabase 
Log Message:
last commits before 1.9.1

Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -r1.38 -r1.39
*** updatedatabase	18 Mar 2003 10:58:19 -0000	1.38
--- updatedatabase	4 Apr 2003 08:45:00 -0000	1.39
***************
*** 280,284 ****
      	{ uniquefieldrequired => 'variable', variable => 'marcflavour', value => 'MARC21', explanation => 'your MARC flavor (MARC21 or UNIMARC) used for character encoding' },
      	{ uniquefieldrequired => 'variable', variable => 'checkdigit', value => 'katipo', explanation => 'none= no check on member cardnumber. katipo= katipo check' },
!     ],
  
  );
--- 280,285 ----
      	{ uniquefieldrequired => 'variable', variable => 'marcflavour', value => 'MARC21', explanation => 'your MARC flavor (MARC21 or UNIMARC) used for character encoding' },
      	{ uniquefieldrequired => 'variable', variable => 'checkdigit', value => 'katipo', explanation => 'none= no check on member cardnumber. katipo= katipo check' },
!     	{ uniquefieldrequired => 'variable', variable => 'dateformat', value => 'ISO', explanation => 'date format (US mm/dd/yyyy, metric dd/mm/yyy, ISO yyyy/mm/dd) ' },
!    ],
  
  );
***************
*** 545,548 ****
--- 546,552 ----
  
  # $Log$
+ # Revision 1.39  2003/04/04 08:45:00  tipaul
+ # last commits before 1.9.1
+ #
  # Revision 1.38  2003/03/18 10:58:19  tipaul
  # adding checkdigit parameter that choose how to check the members cardnumber.





More information about the Koha-cvs mailing list