[Koha-cvs] CVS: koha/misc/marc_datas/marc21_en structure_def.sql,1.5,1.6

Paul POULAIN tipaul at users.sourceforge.net
Wed May 14 15:24:54 CEST 2003


Update of /cvsroot/koha/koha/misc/marc_datas/marc21_en
In directory sc8-pr-cvs1:/tmp/cvs-serv13853/misc/marc_datas/marc21_en

Modified Files:
	structure_def.sql 
Log Message:
fix for 430

Index: structure_def.sql
===================================================================
RCS file: /cvsroot/koha/koha/misc/marc_datas/marc21_en/structure_def.sql,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** structure_def.sql	23 Apr 2003 20:55:04 -0000	1.5
--- structure_def.sql	14 May 2003 13:24:52 -0000	1.6
***************
*** 13,19 ****
  #
  
! INSERT INTO marc_subfield_structure VALUES ('010', '8', 'Field link and sequence number "See "', 'Field link and sequence number "See "', 1, 1, '', 0, '', 'HISTORY', '');
! INSERT INTO marc_subfield_structure VALUES ('010', 'a', 'LC control number', 'LC control number', 0, 0, 'biblioitems.lccn', 0, 'YESNO', '', '');
! INSERT INTO marc_subfield_structure VALUES ('010', 'b', 'NUCMC control number', 'NUCMC control number', 1, 0, '', 0, '', 'WOMEN', '');
  INSERT INTO marc_subfield_structure VALUES ('010', 'z', 'Canceled or invalid LC control number', 'Canceled or invalid LC control number', 1, 0, '', -1, '', '', '');
  INSERT INTO marc_subfield_structure VALUES ('011', 'a', 'Linking LC control number (R)', 'Linking LC control number (R)', 1, 0, NULL, -1, NULL, NULL, '');
--- 13,19 ----
  #
  
! INSERT INTO marc_subfield_structure VALUES ('010', '8', 'Field link and sequence number "See "', 'Field link and sequence number "See "', 1, 1, '', 0, '', '', '');
! INSERT INTO marc_subfield_structure VALUES ('010', 'a', 'LC control number', 'LC control number', 0, 0, 'biblioitems.lccn', 0, NULL, '', '');
! INSERT INTO marc_subfield_structure VALUES ('010', 'b', 'NUCMC control number', 'NUCMC control number', 1, 0, '', 0, '', '', '');
  INSERT INTO marc_subfield_structure VALUES ('010', 'z', 'Canceled or invalid LC control number', 'Canceled or invalid LC control number', 1, 0, '', -1, '', '', '');
  INSERT INTO marc_subfield_structure VALUES ('011', 'a', 'Linking LC control number (R)', 'Linking LC control number (R)', 1, 0, NULL, -1, NULL, NULL, '');





More information about the Koha-cvs mailing list