koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/C4 Biblio.pm


From: Henri-Damien LAURENT
Subject: [Koha-cvs] koha/C4 Biblio.pm
Date: Thu, 29 Mar 2007 08:45:20 +0000

CVSROOT:        /cvsroot/koha
Module name:    koha
Changes by:     Henri-Damien LAURENT <hdl>      07/03/29 08:45:20

Modified files:
        C4             : Biblio.pm 

Log message:
        Deleting ignore_errors(1) pour MARC::Charset

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/C4/Biblio.pm?cvsroot=koha&r1=1.189&r2=1.190

Patches:
Index: Biblio.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Biblio.pm,v
retrieving revision 1.189
retrieving revision 1.190
diff -u -b -r1.189 -r1.190
--- Biblio.pm   28 Mar 2007 10:39:16 -0000      1.189
+++ Biblio.pm   29 Mar 2007 08:45:19 -0000      1.190
@@ -33,7 +33,7 @@
 use vars qw($VERSION @ISA @EXPORT);
 
 # set the version for version checking
-$VERSION = do { my @v = '$Revision: 1.189 $' =~ /\d+/g; shift(@v).".".join( 
"_", map { sprintf "%03d", $_ } @v ); };
+$VERSION = do { my @v = '$Revision: 1.190 $' =~ /\d+/g; shift(@v).".".join( 
"_", map { sprintf "%03d", $_ } @v ); };
 
 @ISA = qw( Exporter );
 
@@ -121,8 +121,6 @@
   &checkitems
 );
 
-use MARC::Charset;
-MARC::Charset->ignore_errors(1);
 =head1 NAME
 
 C4::Biblio - acquisitions and cataloging management functions
@@ -3695,8 +3693,11 @@
 
 =cut
 
-# $Id: Biblio.pm,v 1.189 2007/03/28 10:39:16 hdl Exp $
+# $Id: Biblio.pm,v 1.190 2007/03/29 08:45:19 hdl Exp $
 # $Log: Biblio.pm,v $
+# Revision 1.190  2007/03/29 08:45:19  hdl
+# Deleting ignore_errors(1) pour MARC::Charset
+#
 # Revision 1.189  2007/03/28 10:39:16  hdl
 # removing $dbh as a parameter in AuthoritiesMarc functions
 # And reporting all differences into the scripts taht relies on those 
functions.




reply via email to

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