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

Joshua Ferraro jmf at kados.org
Thu May 25 05:03:35 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	dev_week
Changes by:	Joshua Ferraro <kados at savannah.gnu.org>	06/05/25 03:03:34

Modified files:
	C4             : Biblio.pm 

Log message:
	fixing bug in MARChtml2xml routine

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

Patches:
Index: koha/C4/Biblio.pm
diff -u koha/C4/Biblio.pm:1.115.2.51.2.9 koha/C4/Biblio.pm:1.115.2.51.2.10
--- koha/C4/Biblio.pm:1.115.2.51.2.9	Tue May  9 15:02:17 2006
+++ koha/C4/Biblio.pm	Thu May 25 03:03:30 2006
@@ -692,7 +692,7 @@
 sub MARChtml2xml {
 	my ($tags,$subfields,$values,$indicator,$ind_tag) = @_;        
 	#use MARC::File::XML;
-	my $xml= MARC::File::XML::header(C4::Context->preference('marcflavour'),C4::Context->preference('TemplateEncoding')); 
+	my $xml= MARC::File::XML::header(C4::Context->preference('TemplateEncoding'));
 #my $xml= MARC::File::XML::header('UTF-8'); ##Uncommment the line above when new MARC::XML installed
 	#$xml =~ s/UTF-8/ISO-8859-1/;
     my $prevvalue;
@@ -2709,8 +2709,11 @@
 
 =cut
 
-# $Id: Biblio.pm,v 1.115.2.51.2.9 2006/05/09 15:02:17 tgarip1957 Exp $
+# $Id: Biblio.pm,v 1.115.2.51.2.10 2006/05/25 03:03:30 kados Exp $
 # $Log: Biblio.pm,v $
+# Revision 1.115.2.51.2.10  2006/05/25 03:03:30  kados
+# fixing bug in MARChtml2xml routine
+#
 # Revision 1.115.2.51.2.9  2006/05/09 15:02:17  tgarip1957
 # *** empty log message ***
 #





More information about the Koha-cvs mailing list