road to 1.3.1 : little fixes

This commit is contained in:
tipaul 2002-10-09 16:00:26 +00:00
parent 7ec937a07e
commit 5a503a4b31

View file

@ -53,6 +53,7 @@ foreach $tag (sort keys %$fields) {
);
}
}
$dbh->do("update marc_subfield_structure set tab = tagfield/100");
#---- now we populate the tables with the link between koha-DB and MARC-DB
# items
$dbh->do("update marc_subfield_structure set kohafield='biblio.title' where tagfield='245' and tagsubfield='a'");