koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Joshua Ferraro
Subject: [Koha-cvs] koha/C4 Biblio.pm [rel_2_2]
Date: Wed, 01 Mar 2006 17:26:08 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     Joshua Ferraro <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]