[Koha-cvs] koha/cataloguing addbiblio.pl [rel_3_0]

paul poulain paul at koha-fr.org
Wed Dec 20 17:53:35 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	paul poulain <tipaul>	06/12/20 16:53:35

Modified files:
	cataloguing    : addbiblio.pl 

Log message:
	commenting a warn

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/cataloguing/addbiblio.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.14.2.17&r2=1.14.2.18

Patches:
Index: addbiblio.pl
===================================================================
RCS file: /sources/koha/koha/cataloguing/addbiblio.pl,v
retrieving revision 1.14.2.17
retrieving revision 1.14.2.18
diff -u -b -r1.14.2.17 -r1.14.2.18
--- addbiblio.pl	18 Dec 2006 17:44:06 -0000	1.14.2.17
+++ addbiblio.pl	20 Dec 2006 16:53:35 -0000	1.14.2.18
@@ -1,6 +1,6 @@
 #!/usr/bin/perl 
 
-# $Id: addbiblio.pl,v 1.14.2.17 2006/12/18 17:44:06 toins Exp $
+# $Id: addbiblio.pl,v 1.14.2.18 2006/12/20 16:53:35 tipaul Exp $
 
 # Copyright 2000-2002 Katipo Communications
 #
@@ -517,7 +517,7 @@
     } else {
         my $xml = MARChtml2xml(\@tags,\@subfields,\@values,\@indicator,\@ind_tag);
         $record=MARC::Record->new_from_xml($xml,C4::Context->preference('TemplateEncoding'),C4::Context->preference('marcflavour'));
-        warn "MARC :".$record->as_formatted;
+#         warn "MARC :".$record->as_formatted;
 #         die;
     }
     # check for a duplicate





More information about the Koha-cvs mailing list