From 3e6b85ad3cb1a2bc79b5bc7372336b73e1e83802 Mon Sep 17 00:00:00 2001 From: tipaul Date: Mon, 19 May 2003 13:56:43 +0000 Subject: [PATCH] Moving modbiblio call location => mandatory for old-db <-> marc-db mapping. Changes nothing from "old-biblio" point of view. --- updatebiblio.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/updatebiblio.pl b/updatebiblio.pl index ed4a2c57f7..306451585e 100755 --- a/updatebiblio.pl +++ b/updatebiblio.pl @@ -54,7 +54,6 @@ my @names; my $count; my $error; -&modbiblio($biblio); &modsubtitle($bibnum, $subtitle); &modaddauthor($bibnum, $addauthor); @@ -68,6 +67,8 @@ for (my $i = 0; $i < $count; $i++) { $error = &modsubject($bibnum,$force,@sub); +&modbiblio($biblio); + if ($error ne ''){ my ($template, $loggedinuser, $cookie) = get_template_and_user({ template_name => "updatebiblio.tmpl", -- 2.39.5