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_3_0]


From: paul poulain
Subject: [Koha-cvs] koha/C4 Biblio.pm [rel_3_0]
Date: Thu, 25 Jan 2007 09:37:58 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     paul poulain <tipaul>   07/01/25 09:37:58

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_3_0&r1=1.178.2.56&r2=1.178.2.57

Patches:
Index: Biblio.pm
===================================================================
RCS file: /sources/koha/koha/C4/Biblio.pm,v
retrieving revision 1.178.2.56
retrieving revision 1.178.2.57
diff -u -b -r1.178.2.56 -r1.178.2.57
--- Biblio.pm   24 Jan 2007 13:50:26 -0000      1.178.2.56
+++ Biblio.pm   25 Jan 2007 09:37:58 -0000      1.178.2.57
@@ -33,7 +33,7 @@
 use vars qw($VERSION @ISA @EXPORT);
 
 # set the version for version checking
-$VERSION = do { my @v = '$Revision: 1.178.2.56 $' =~ /\d+/g; 
shift(@v).".".join( "_", map { sprintf "%03d", $_ } @v ); };
+$VERSION = do { my @v = '$Revision: 1.178.2.57 $' =~ /\d+/g; 
shift(@v).".".join( "_", map { sprintf "%03d", $_ } @v ); };
 
 @ISA = qw( Exporter );
 
@@ -1905,7 +1905,6 @@
         &MARCkoha2marcOnefield( $sth, $record, $_,
             $hash->{$_}, '' );
         }
-        warn "REC : ".$record->as_formatted;
     return $record;
 }
         
@@ -3655,8 +3654,11 @@
 
 =cut
 
-# $Id: Biblio.pm,v 1.178.2.56 2007/01/24 13:50:26 tipaul Exp $
+# $Id: Biblio.pm,v 1.178.2.57 2007/01/25 09:37:58 tipaul Exp $
 # $Log: Biblio.pm,v $
+# Revision 1.178.2.57  2007/01/25 09:37:58  tipaul
+# removing warn
+#
 # Revision 1.178.2.56  2007/01/24 13:50:26  tipaul
 # Acquisition fix
 # removing newbiblio & newbiblioitems subs.




reply via email to

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