koha-cvs
[Top][All Lists]
Advanced

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

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


From: Thomas D
Subject: [Koha-cvs] koha/misc/migration_tools bulkmarcimport.pl [rel_2_2]
Date: Wed, 26 Apr 2006 11:48:46 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     Thomas D <address@hidden>       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;




reply via email to

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