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

(-)a/misc/migration_tools/bulkmarcimport.pl (-2 / +1 lines)
Lines 460-466 RECORD: while ( ) { Link Here
460
    last if $i == $number;
460
    last if $i == $number;
461
}
461
}
462
$dbh->commit();
462
$dbh->commit();
463
463
$dbh->{AutoCommit} = 1;
464
464
465
465
466
if ($fk_off) {
466
if ($fk_off) {
467
- 

Return to bug 10326