From 4844b4c717b306d9d32c026c0e42ff099b053e38 Mon Sep 17 00:00:00 2001 From: tipaul Date: Fri, 20 Dec 2002 13:58:34 +0000 Subject: [PATCH] small bugfixes --- misc/buildrelease | 1 + misc/installer.pl | 2 +- misc/marc_datas/marc21_en/structure_def.sql | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/misc/buildrelease b/misc/buildrelease index 99cbda4ab3..5e659bd12b 100644 --- a/misc/buildrelease +++ b/misc/buildrelease @@ -269,6 +269,7 @@ system("mv $rootdir/intranet-cgi/C4 $rootdir/modules"); # Move files from intranet-cgi to root of tarball system("mv $rootdir/intranet-cgi/misc/info/* $rootdir"); system("mv $rootdir/intranet-cgi/misc/installer.pl $rootdir"); +system("mv $rootdir/intranet-cgi/misc/installer.pm $rootdir"); system("mv $rootdir/intranet-cgi/misc/koha.upgrade $rootdir"); #system("mv $rootdir/intranet-cgi/Install.pm $rootdir"); #does not exist ?? #system("mv $rootdir/intranet-cgi/kohareporter $rootdir"); # does not exist ?? diff --git a/misc/installer.pl b/misc/installer.pl index 47fa97c3e0..329eca3af5 100644 --- a/misc/installer.pl +++ b/misc/installer.pl @@ -35,7 +35,7 @@ if ($::kohaversion =~ /RC/) { releasecandidatewarning(); } -checkabortedinstall(); +#checkabortedinstall(); if (-e "$::etcdir/koha.conf") { $::installedversion=`grep kohaversion= $::etcdir/koha.conf`; diff --git a/misc/marc_datas/marc21_en/structure_def.sql b/misc/marc_datas/marc21_en/structure_def.sql index 6ef6a1fc07..ebcd8f0755 100644 --- a/misc/marc_datas/marc21_en/structure_def.sql +++ b/misc/marc_datas/marc21_en/structure_def.sql @@ -254,7 +254,7 @@ INSERT INTO marc_subfield_structure VALUES ('100', '6', 'Linkage "See "', 'Linka INSERT INTO marc_subfield_structure VALUES ('100', '8', 'Field link and sequence number "See "', 'Field link and sequence number "See "', 1, 0, '', -1, NULL, NULL, ''); 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', '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, ''); INSERT INTO marc_subfield_structure VALUES ('100', 'f', 'Date of a work', 'Date of a work', 0, 0, '', -1, NULL, NULL, ''); -- 2.11.0