my $bib_queue;
my $auth_queue;
my $bib_source;
-my $auth_source;
my $port;
my $bib_import_no_match;
my $bib_auto_overlay_exact;
'source=i' => \$bib_source,
'auth-merge-profile=i' => \$auth_merge_profile,
'auth-queue=i' => \$auth_queue,
- 'auth-source=i' => \$auth_source,
# -- deprecated
'import-no-match' => \$import_no_match,
--auth-queue
ID of the vandelay authority record queue
- --auth-source
- ID of the bib source for authority records
-
--bib-import-no-match
--bib-auto-overlay-exact
--bib-auto-overlay-1match
$cur_rec_type = $ldr_06 eq 'z' ? 'auth' : 'bib';
$cur_queue = $cur_rec_type eq 'auth' ? $auth_queue : $bib_queue;
- $cur_rec_source = $cur_rec_type eq 'auth' ? $auth_source : $bib_source;
+ $cur_rec_source = $cur_rec_type eq 'auth' ? '' : $bib_source;
set_merge_profile();
}