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

(-)a/misc/migration_tools/rebuild_zebra.pl (-2 lines)
Lines 461-467 sub export_marc_records_from_list { Link Here
461
            if ($@) {
461
            if ($@) {
462
              warn "Error exporting record $record_number ($record_type) ".($noxml ? "not XML" : "XML");
462
              warn "Error exporting record $record_number ($record_type) ".($noxml ? "not XML" : "XML");
463
            }
463
            }
464
            $num_exported++;
465
        }
464
        }
466
    }
465
    }
467
    print "\nRecords exported: $num_exported\n" if ( $verbose_logging );
466
    print "\nRecords exported: $num_exported\n" if ( $verbose_logging );
468
- 

Return to bug 9609