[Koha-cvs] koha/C4 Biblio.pm [rel_2_2]

Joshua Ferraro jmf at kados.org
Wed Mar 1 18:26:08 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	rel_2_2
Changes by:	Joshua Ferraro <kados at savannah.gnu.org>	06/03/01 17:26:08

Modified files:
	C4             : Biblio.pm 

Log message:
	Adding 'use MARC::File::XML' to routine ... needed for additem.pl to work
	for some reason. This should be fixed.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/C4/Biblio.pm.diff?only_with_tag=rel_2_2&tr1=1.115.2.43&tr2=1.115.2.44&r1=text&r2=text

Patches:
Index: koha/C4/Biblio.pm
diff -u koha/C4/Biblio.pm:1.115.2.43 koha/C4/Biblio.pm:1.115.2.44
--- koha/C4/Biblio.pm:1.115.2.43	Wed Mar  1 14:36:31 2006
+++ koha/C4/Biblio.pm	Wed Mar  1 17:26:08 2006
@@ -1038,6 +1038,7 @@
 }
 sub MARChtml2xml {
 	my ($tags,$subfields,$values,$indicator,$ind_tag) = @_;        
+	use MARC::File::XML;
 	my $xml= MARC::File::XML::header();
         my $prevvalue;
         my $prevtag=-1;
@@ -2989,8 +2990,12 @@
 
 =cut
 
-# $Id: Biblio.pm,v 1.115.2.43 2006/03/01 14:36:31 kados Exp $
+# $Id: Biblio.pm,v 1.115.2.44 2006/03/01 17:26:08 kados Exp $
 # $Log: Biblio.pm,v $
+# Revision 1.115.2.44  2006/03/01 17:26:08  kados
+# Adding 'use MARC::File::XML' to routine ... needed for additem.pl to work
+# for some reason. This should be fixed.
+#
 # Revision 1.115.2.43  2006/03/01 14:36:31  kados
 # This seems to be a fully working version -- it supports repeated tags and
 # subfields, should preserve any order specified in the template, and also





More information about the Koha-cvs mailing list