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: paul poulain
Subject: [Koha-cvs] koha/C4 Biblio.pm [rel_2_2]
Date: Fri, 13 Oct 2006 08:34:22 +0000

CVSROOT:        /cvsroot/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     paul poulain <tipaul>   06/10/13 08:34:22

Modified files:
        C4             : Biblio.pm 

Log message:
        removing warn

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/C4/Biblio.pm?cvsroot=koha&only_with_tag=rel_2_2&r1=1.115.2.61&r2=1.115.2.62

Patches:
Index: Biblio.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Biblio.pm,v
retrieving revision 1.115.2.61
retrieving revision 1.115.2.62
diff -u -b -r1.115.2.61 -r1.115.2.62
--- Biblio.pm   13 Sep 2006 14:30:31 -0000      1.115.2.61
+++ Biblio.pm   13 Oct 2006 08:34:21 -0000      1.115.2.62
@@ -26,7 +26,7 @@
 use vars qw($VERSION @ISA @EXPORT);
 
 # set the version for version checking
-$VERSION = do { my @v = '$Revision: 1.115.2.61 $' =~ /\d+/g;
+$VERSION = do { my @v = '$Revision: 1.115.2.62 $' =~ /\d+/g;
                     shift(@v) . "." . join("_", map {sprintf "%03d", $_ } @v); 
};
 
 @ISA = qw(Exporter);
@@ -1107,7 +1107,6 @@
                $prevtag = @$tags[$i];
        }
        $xml.= MARC::File::XML::footer();
-       #warn $xml;
        return $xml;
 }
 sub MARChtml2marc {
@@ -3015,8 +3014,11 @@
 
 =cut
 
-# $Id: Biblio.pm,v 1.115.2.61 2006/09/13 14:30:31 tipaul Exp $
+# $Id: Biblio.pm,v 1.115.2.62 2006/10/13 08:34:21 tipaul Exp $
 # $Log: Biblio.pm,v $
+# Revision 1.115.2.62  2006/10/13 08:34:21  tipaul
+# removing warn
+#
 # Revision 1.115.2.61  2006/09/13 14:30:31  tipaul
 # oups...
 # homebranch & holdingbranch modifications where just in an improper {} : 
should be done everytime (not only when item is lost)




reply via email to

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