[Koha-cvs] koha/misc/migration_tools bulkmarcimport.pl [rel_2_2]

Thomas D koha at alinto.com
Wed Apr 26 13:48:46 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	rel_2_2
Changes by:	Thomas D <thd at savannah.gnu.org>	06/04/26 11:48:46

Modified files:
	misc/migration_tools: bulkmarcimport.pl 

Log message:
	I had forgotten to uncomment a line after testing.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/misc/migration_tools/bulkmarcimport.pl.diff?only_with_tag=rel_2_2&tr1=1.1.2.3&tr2=1.1.2.4&r1=text&r2=text

Patches:
Index: koha/misc/migration_tools/bulkmarcimport.pl
diff -u koha/misc/migration_tools/bulkmarcimport.pl:1.1.2.3 koha/misc/migration_tools/bulkmarcimport.pl:1.1.2.4
--- koha/misc/migration_tools/bulkmarcimport.pl:1.1.2.3	Wed Apr 26 07:36:12 2006
+++ koha/misc/migration_tools/bulkmarcimport.pl	Wed Apr 26 11:48:46 2006
@@ -2,7 +2,7 @@
 # small script that import an iso2709 file into koha 2.0
 
 use strict;
-use warnings;
+# use warnings;
 
 # Koha modules used
 use MARC::File::USMARC;
@@ -273,7 +273,7 @@
 
 
 	if ($verbose) {
-#		warn "$i ==>".$newRecord->as_formatted() if $verbose eq 2;
+		warn "$i ==>".$newRecord->as_formatted() if $verbose eq 2;
 	}
 	my @fields = $newRecord->field($tagfield);
 	my @items;





More information about the Koha-cvs mailing list