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

(-)a/misc/migration_tools/rebuild_zebra.pl (-2 lines)
Lines 441-447 sub export_marc_records_from_list { Link Here
441
            if ($@) {
441
            if ($@) {
442
              warn "Error exporting record $record_number ($record_type) ".($noxml ? "not XML" : "XML");
442
              warn "Error exporting record $record_number ($record_type) ".($noxml ? "not XML" : "XML");
443
            }
443
            }
444
            $num_exported++;
445
        }
444
        }
446
    }
445
    }
447
    print "\nRecords exported: $num_exported\n" if ( $verbose_logging );
446
    print "\nRecords exported: $num_exported\n" if ( $verbose_logging );
448
- 

Return to bug 9609