[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/misc/marc_datas/marc21_en structure_def.sql,1.1,1.2
From: |
Paul POULAIN |
Subject: |
[Koha-cvs] CVS: koha/misc/marc_datas/marc21_en structure_def.sql,1.1,1.2 |
Date: |
Fri, 20 Dec 2002 06:00:41 -0800 |
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, '');
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/misc/marc_datas/marc21_en structure_def.sql,1.1,1.2,
Paul POULAIN <=
- Prev by Date:
[Koha-cvs] CVS: koha/opac opac-logout.pl,1.4,1.5
- Next by Date:
[Koha-cvs] CVS: koha/value_builder unimarc_field_100.pl,1.4,1.5 unimarc_field_225a.pl,1.2,1.3 unimarc_field_700-4.pl,1.3,1.4 unimarc_field_700_701_702.pl,1.2,1.3
- Previous by thread:
[Koha-cvs] CVS: koha/opac opac-logout.pl,1.4,1.5
- Next by thread:
[Koha-cvs] CVS: koha/value_builder unimarc_field_100.pl,1.4,1.5 unimarc_field_225a.pl,1.2,1.3 unimarc_field_700-4.pl,1.3,1.4 unimarc_field_700_701_702.pl,1.2,1.3
- Index(es):