View | Details | Raw Unified | Return to bug 11850
Collapse All | Expand All

(-)a/misc/migration_tools/bulkmarcimport.pl (-2 / +1 lines)
Lines 182-188 my $sth_isbn = $dbh->prepare("SELECT biblionumber,biblioitemnumber FROM biblioit Link Here
182
$dbh->{AutoCommit} = 0;
182
$dbh->{AutoCommit} = 0;
183
my $loghandle;
183
my $loghandle;
184
if ($logfile){
184
if ($logfile){
185
   $loghandle= IO::File->new($logfile,"w") ;
185
   $loghandle= IO::File->new($logfile,"a") ;
186
   print $loghandle "id;operation;status\n";
186
   print $loghandle "id;operation;status\n";
187
}
187
}
188
RECORD: while (  ) {
188
RECORD: while (  ) {
189
- 

Return to bug 11850