[Koha-cvs] koha/acqui.simple addbiblio.pl [rel_2_2]

Joshua Ferraro jmf at liblime.com
Sat Apr 14 20:51:51 CEST 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	Joshua Ferraro <kados>	07/04/14 18:51:51

Modified files:
	acqui.simple   : addbiblio.pl 

Log message:
	removing extra call to MARChtml2xml

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/acqui.simple/addbiblio.pl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.52.2.60&r2=1.52.2.61

Patches:
Index: addbiblio.pl
===================================================================
RCS file: /sources/koha/koha/acqui.simple/Attic/addbiblio.pl,v
retrieving revision 1.52.2.60
retrieving revision 1.52.2.61
diff -u -b -r1.52.2.60 -r1.52.2.61
--- addbiblio.pl	8 Apr 2007 21:31:58 -0000	1.52.2.60
+++ addbiblio.pl	14 Apr 2007 18:51:51 -0000	1.52.2.61
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: addbiblio.pl,v 1.52.2.60 2007/04/08 21:31:58 rych Exp $
+# $Id: addbiblio.pl,v 1.52.2.61 2007/04/14 18:51:51 kados Exp $
 
 # Copyright 2000-2002 Katipo Communications
 #
@@ -562,7 +562,6 @@
 	# build indicator hash.
 	my @ind_tag = $input->param('ind_tag');
 	my @indicator = $input->param('indicator');
-	my $xml = MARChtml2xml(\@tags,\@subfields,\@values,\@indicator,\@ind_tag);
     my $record;
 	if (C4::Context->preference('marcflavour') eq "UNIMARC") {
         my %indicators;





More information about the Koha-cvs mailing list