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

Mike Hansen wolfpac444 at users.sourceforge.net
Wed Jul 2 21:13:29 CEST 2003


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

Modified Files:
	structure_def.sql 
Log Message:

Fixed #513


Index: structure_def.sql
===================================================================
RCS file: /cvsroot/koha/koha/misc/marc_datas/marc21_en/structure_def.sql,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** structure_def.sql	24 Jun 2003 08:27:04 -0000	1.7
--- structure_def.sql	2 Jul 2003 19:13:26 -0000	1.8
***************
*** 377,381 ****
  INSERT INTO marc_subfield_structure VALUES ('245', '8', 'Field link and sequence number "See "', 'Field link and sequence number "See "', 1, 0, NULL, -1, NULL, NULL, '');
  INSERT INTO marc_subfield_structure VALUES ('245', 'a', 'Title', 'Title', 0, 0, 'biblio.title', 1, NULL, NULL, '');
! INSERT INTO marc_subfield_structure VALUES ('245', 'b', 'Remainder of title', 'Remainder of title', 0, 0, 'biblio.subtitle', -1, NULL, NULL, '');
  INSERT INTO marc_subfield_structure VALUES ('245', 'c', 'Statement of responsibility, etc', 'Statement of responsibility, etc', 0, 0, NULL, -1, NULL, NULL, '');
  INSERT INTO marc_subfield_structure VALUES ('245', 'd', 'Designation of section (SE) [OBSOLETE]', 'Designation of section (SE) [OBSOLETE]', 1, 0, NULL, -1, NULL, NULL, '');
--- 377,381 ----
  INSERT INTO marc_subfield_structure VALUES ('245', '8', 'Field link and sequence number "See "', 'Field link and sequence number "See "', 1, 0, NULL, -1, NULL, NULL, '');
  INSERT INTO marc_subfield_structure VALUES ('245', 'a', 'Title', 'Title', 0, 0, 'biblio.title', 1, NULL, NULL, '');
! INSERT INTO marc_subfield_structure VALUES ('245', 'b', 'Remainder of title', 'Remainder of title', 0, 0, 'bibliosubtitle.subtitle', -1, NULL, NULL, '');
  INSERT INTO marc_subfield_structure VALUES ('245', 'c', 'Statement of responsibility, etc', 'Statement of responsibility, etc', 0, 0, NULL, -1, NULL, NULL, '');
  INSERT INTO marc_subfield_structure VALUES ('245', 'd', 'Designation of section (SE) [OBSOLETE]', 'Designation of section (SE) [OBSOLETE]', 1, 0, NULL, -1, NULL, NULL, '');





More information about the Koha-cvs mailing list