[open-ils-commits] r15338 - trunk/Open-ILS/src/extras/import (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Jan 18 22:47:38 EST 2010


Author: dbs
Date: 2010-01-18 22:47:36 -0500 (Mon, 18 Jan 2010)
New Revision: 15338

Modified:
   trunk/Open-ILS/src/extras/import/direct_ingest.pl
Log:
Resolve a conflict from the in-db ingest merge


Modified: trunk/Open-ILS/src/extras/import/direct_ingest.pl
===================================================================
--- trunk/Open-ILS/src/extras/import/direct_ingest.pl	2010-01-19 03:20:56 UTC (rev 15337)
+++ trunk/Open-ILS/src/extras/import/direct_ingest.pl	2010-01-19 03:47:36 UTC (rev 15338)
@@ -50,7 +50,7 @@
 
 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";
 }
 



More information about the open-ils-commits mailing list