[open-ils-commits] r11402 - trunk/Open-ILS/src/perlmods/OpenILS/Application
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Dec 4 00:43:11 EST 2008
Author: miker
Date: 2008-12-04 00:43:09 -0500 (Thu, 04 Dec 2008)
New Revision: 11402
Modified:
trunk/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm
Log:
total thinko
Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm 2008-12-04 05:30:32 UTC (rev 11401)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm 2008-12-04 05:43:09 UTC (rev 11402)
@@ -587,7 +587,6 @@
}
$e->commit;
- push @ingest_queue, $ingest_ses->request('open-ils.ingest.full.biblio.record', $rec_id);
push @ingest_queue, { req => $ingest_ses->request('open-ils.ingest.full.biblio.record', $rec_id), rec_id => $rec_id };
} else { # authority
More information about the open-ils-commits
mailing list