From 73debe245d96c6ce44ad60557900b90a34501da1 Mon Sep 17 00:00:00 2001 From: miker Date: Thu, 4 Dec 2008 05:43:09 +0000 Subject: [PATCH] total thinko git-svn-id: svn://svn.open-ils.org/ILS/trunk@11402 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm b/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm index a557e5f56c..640e6322cb 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm @@ -587,7 +587,6 @@ sub import_record_list_impl { } $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 -- 2.11.0