From 93d980683622c316319e7e8bc39d866bb09dbe73 Mon Sep 17 00:00:00 2001
From: dbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Tue, 19 Jan 2010 03:47:36 +0000
Subject: [PATCH] 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
---
 Open-ILS/src/extras/import/direct_ingest.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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";
 }
 
-- 
2.11.0