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

(-)a/misc/migration_tools/bulkmarcimport.pl (-1 / +1 lines)
Lines 351-356 RECORD: while ( ) { Link Here
351
            }
351
            }
352
        } elsif ( $results && scalar(@$results) > 1 ) {
352
        } elsif ( $results && scalar(@$results) > 1 ) {
353
            $logger->debug("more than one match for $query");
353
            $logger->debug("more than one match for $query");
354
            next;
354
        } else {
355
        } else {
355
            $logger->debug("nomatch for $query");
356
            $logger->debug("nomatch for $query");
356
        }
357
        }
357
- 

Return to bug 18273