From 90a979f3569dbab8f04ecb68b6c0455124a29896 Mon Sep 17 00:00:00 2001 From: tipaul Date: Wed, 23 Apr 2003 20:55:04 +0000 Subject: [PATCH] fix for #360 --- 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 962c3d34f5..8b8dbef7d2 100644 --- a/misc/marc_datas/marc21_en/structure_def.sql +++ b/misc/marc_datas/marc21_en/structure_def.sql @@ -375,7 +375,7 @@ INSERT INTO marc_subfield_structure VALUES ('243', 'r', 'Key for music', 'Key fo INSERT INTO marc_subfield_structure VALUES ('243', 's', 'Version', 'Version', 0, 0, NULL, -1, NULL, NULL, ''); 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', '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, ''); -- 2.39.2