From: dbs Date: Tue, 19 Jan 2010 03:47:36 +0000 (+0000) Subject: Resolve a conflict from the in-db ingest merge X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=93d980683622c316319e7e8bc39d866bb09dbe73;p=evergreen%2Fpines.git Resolve a conflict from the in-db ingest merge git-svn-id: svn://svn.open-ils.org/ILS/trunk@15338 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/extras/import/direct_ingest.pl b/Open-ILS/src/extras/import/direct_ingest.pl index 65926b37c4..bbec8bf817 100755 --- a/Open-ILS/src/extras/import/direct_ingest.pl +++ b/Open-ILS/src/extras/import/direct_ingest.pl @@ -50,7 +50,7 @@ Fieldmapper->import(IDL => OpenSRF::Utils::SettingsClient->new->config_value("ID OpenILS::Application::Ingest->use; -if (!$auth and !$mfhd) { +if (!$auth) { die "We have no more use for biblio ingest ... just insert the bre objects and you're done!\n"; }