[Koha-cvs] CVS: koha/updater updatedatabase,1.61,1.62

MJ Ray slef at users.sourceforge.net
Mon Oct 20 18:10:21 CEST 2003


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

Modified Files:
	updatedatabase 
Log Message:
Adding USMARC to LOC z3950 entry

Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.61
retrieving revision 1.62
diff -C2 -r1.61 -r1.62
*** updatedatabase	1 Oct 2003 15:03:45 -0000	1.61
--- updatedatabase	20 Oct 2003 16:10:19 -0000	1.62
***************
*** 656,660 ****
  										id int,
  										checked smallint,
! 										rank int)"
      );
      $sti->execute;
--- 656,661 ----
  										id int,
  										checked smallint,
! 										rank int,
! 										syntax char(80))"
      );
      $sti->execute;
***************
*** 665,669 ****
  								'', '',
  								'Library of Congress',
! 								1, 1, 1)"
      );
      $sti->execute;
--- 666,670 ----
  								'', '',
  								'Library of Congress',
! 								1, 1, 1, 'USMARC')"
      );
      $sti->execute;
***************
*** 918,921 ****
--- 919,925 ----
  
  # $Log$
+ # Revision 1.62  2003/10/20 16:10:19  slef
+ # Adding USMARC to LOC z3950 entry
+ #
  # Revision 1.61  2003/10/01 15:03:45  tipaul
  # oups... typo fix in z3950random field definition





More information about the Koha-cvs mailing list