Bugzilla – Attachment 25666 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]
proposed patch
0001-Bug-11850-Fix-bulkmarcimport-l-option-to-append-to-t.patch (text/plain), 900 bytes, created by
Matthias Meusburger
on 2014-02-26 16:01:15 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Matthias Meusburger
Created:
2014-02-26 16:01:15 UTC
Size:
900 bytes
patch
obsolete
>From 9884fedc07b08a943dccd9088ee0bcea535400f0 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 > >--- > misc/migration_tools/bulkmarcimport.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/misc/migration_tools/bulkmarcimport.pl b/misc/migration_tools/bulkmarcimport.pl >index 545e818..807fdd6 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.8.3.2 >
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