Bugzilla – Attachment 25961 Details for
Bug 11850
Bulkmarcimport does not append in logfile
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11850: Fix bulkmarcimport -l option to append to the logfile
Bug-11850-Fix-bulkmarcimport--l-option-to-append-t.patch (text/plain), 958 bytes, created by
Kyle M Hall (khall)
on 2014-03-07 19:54:13 UTC
(
hide
)
Description:
Bug 11850: Fix bulkmarcimport -l option to append to the logfile
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2014-03-07 19:54:13 UTC
Size:
958 bytes
patch
obsolete
>From edcc724799aabde86f10eceb5e856f6eb6be4a41 Mon Sep 17 00:00:00 2001 >From: Matthias Meusburger <matthias.meusburger@biblibre.com> >Date: Wed, 26 Feb 2014 16:59:14 +0100 >Subject: [PATCH] Bug 11850: Fix bulkmarcimport -l option to append to the logfile > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > misc/migration_tools/bulkmarcimport.pl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/misc/migration_tools/bulkmarcimport.pl b/misc/migration_tools/bulkmarcimport.pl >index 7bb6be6..f121a66 100755 >--- a/misc/migration_tools/bulkmarcimport.pl >+++ b/misc/migration_tools/bulkmarcimport.pl >@@ -182,7 +182,7 @@ my $sth_isbn = $dbh->prepare("SELECT biblionumber,biblioitemnumber FROM biblioit > $dbh->{AutoCommit} = 0; > my $loghandle; > if ($logfile){ >- $loghandle= IO::File->new($logfile,"w") ; >+ $loghandle= IO::File->new($logfile,"a") ; > print $loghandle "id;operation;status\n"; > } > RECORD: while ( ) { >-- >1.7.2.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 11850
:
25666
|
25961
|
26022
|
26313
|
26314
|
26846