From 1a1c3332af334e1f575ae0784cece9de86c095a4 Mon Sep 17 00:00:00 2001 From: wolfpac444 Date: Wed, 2 Jul 2003 19:13:26 +0000 Subject: [PATCH] Fixed #513 --- misc/marc_datas/marc21_en/structure_def.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/marc_datas/marc21_en/structure_def.sql b/misc/marc_datas/marc21_en/structure_def.sql index 84f04d903d..0e7b4fc569 100644 --- a/misc/marc_datas/marc21_en/structure_def.sql +++ b/misc/marc_datas/marc21_en/structure_def.sql @@ -376,7 +376,7 @@ INSERT INTO marc_subfield_structure VALUES ('243', 's', 'Version', 'Version', 0, INSERT INTO marc_subfield_structure VALUES ('245', '6', 'Linkage "See "', 'Linkage "See "', 0, 0, NULL, -1, NULL, NULL, ''); 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', '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, ''); INSERT INTO marc_subfield_structure VALUES ('245', 'e', 'Name of part/section (SE) [OBSOLETE]', 'Name of part/section (SE) [OBSOLETE]', 1, 0, NULL, -1, NULL, NULL, ''); -- 2.39.2