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

(-)a/misc/migration_tools/bulkmarcimport.pl (-1 / +2 lines)
Lines 84-89 $biblios ||= !$authorities; Link Here
84
$insert  ||= !$update;
84
$insert  ||= !$update;
85
my $writemode = ($append) ? "a" : "w";
85
my $writemode = ($append) ? "a" : "w";
86
86
87
pod2usage( -msg => "\nYou must specify either --biblios or --authorities, not both.\n", -exitval ) if $biblios && $authorities;
88
87
if ($all) {
89
if ($all) {
88
    $insert = 1;
90
    $insert = 1;
89
    $update = 1;
91
    $update = 1;
90
- 

Return to bug 4126