Add in missing "~" in function import_record_list_impl when
type is authority records. Also replace "auth" with "authority"
so that the generated values match up with functions in the
database.
Signed-off-by: Srey Seng <sreyseng@gmail.com>
Signed-off-by: Bill Erickson <berick@esilibrary.com>
$bib_sources{$_->id} = $_->source for @$sources;
if($type eq 'auth') {
- $overlay_func =~ s/bib/auth/o;
- $auto_overlay_func = s/bib/auth/o;
+ $overlay_func =~ s/bib/authority/o;
+ $auto_overlay_func =~ s/bib/authority/o;
$retrieve_func =~ s/bib/authority/o;
$retrieve_queue_func =~ s/bib/authority/o;
$update_queue_func =~ s/bib/authority/o;