[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/misc/migration_tools/22_to_30 move_marc_to... [rel_3_0]
From: |
paul poulain |
Subject: |
[Koha-cvs] koha/misc/migration_tools/22_to_30 move_marc_to... [rel_3_0] |
Date: |
Tue, 28 Nov 2006 17:48:26 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: rel_3_0
Changes by: paul poulain <tipaul> 06/11/28 17:48:26
Modified files:
misc/migration_tools/22_to_30: move_marc_to_authheader.pl
Log message:
updating move_marc_to_authheader.pl
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/misc/migration_tools/22_to_30/move_marc_to_authheader.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.1&r2=1.1.2.2
Patches:
Index: move_marc_to_authheader.pl
===================================================================
RCS file:
/sources/koha/koha/misc/migration_tools/22_to_30/Attic/move_marc_to_authheader.pl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -b -r1.1.2.1 -r1.1.2.2
--- move_marc_to_authheader.pl 28 Nov 2006 10:10:02 -0000 1.1.2.1
+++ move_marc_to_authheader.pl 28 Nov 2006 17:48:26 -0000 1.1.2.2
@@ -56,6 +56,6 @@
$sth_update->execute( $record->as_usmarc(),$record->as_xml("UNIMARCAUTH"),
$authid );
$totaldone++;
- print "\r$totaldone / $totaltodo" unless ( $totaldone % 100 );
+ print "\r$totaldone" unless ( $totaldone % 100 );
}
print "\rdone\n";
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] koha/misc/migration_tools/22_to_30 move_marc_to... [rel_3_0],
paul poulain <=