Resolve a conflict from the in-db ingest merge
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 19 Jan 2010 03:47:36 +0000 (03:47 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 19 Jan 2010 03:47:36 +0000 (03:47 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@15338 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/extras/import/direct_ingest.pl

index 65926b3..bbec8bf 100755 (executable)
@@ -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";
 }