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

Paul POULAIN tipaul at users.sourceforge.net
Fri Dec 20 15:00:41 CET 2002


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

Modified Files:
	structure_def.sql 
Log Message:
small bugfixes

Index: structure_def.sql
===================================================================
RCS file: /cvsroot/koha/koha/misc/marc_datas/marc21_en/structure_def.sql,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** structure_def.sql	26 Nov 2002 14:58:09 -0000	1.1
--- structure_def.sql	20 Dec 2002 14:00:37 -0000	1.2
***************
*** 255,259 ****
  INSERT INTO marc_subfield_structure VALUES ('100', 'a', 'Personal name', 'Personal name', 0, 0, 'biblio.author', 1, NULL, NULL, '');
  INSERT INTO marc_subfield_structure VALUES ('100', 'b', 'Numeration', 'Numeration', 0, 0, 'biblio.author', 1, NULL, NULL, '');
! INSERT INTO marc_subfield_structure VALUES ('100', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 1, 'biblio.author', 1, NULL, NULL, '');
  INSERT INTO marc_subfield_structure VALUES ('100', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, 'biblio.author', 1, NULL, NULL, '');
  INSERT INTO marc_subfield_structure VALUES ('100', 'e', 'Relator term', 'Relator term', 1, 0, '', -1, NULL, NULL, '');
--- 255,259 ----
  INSERT INTO marc_subfield_structure VALUES ('100', 'a', 'Personal name', 'Personal name', 0, 0, 'biblio.author', 1, NULL, NULL, '');
  INSERT INTO marc_subfield_structure VALUES ('100', 'b', 'Numeration', 'Numeration', 0, 0, 'biblio.author', 1, NULL, NULL, '');
! INSERT INTO marc_subfield_structure VALUES ('100', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, 'biblio.author', 1, NULL, NULL, '');
  INSERT INTO marc_subfield_structure VALUES ('100', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, 'biblio.author', 1, NULL, NULL, '');
  INSERT INTO marc_subfield_structure VALUES ('100', 'e', 'Relator term', 'Relator term', 1, 0, '', -1, NULL, NULL, '');





More information about the Koha-cvs mailing list