[open-ils-commits] r18299 - trunk/Open-ILS/src/perlmods/OpenILS/WWW (miker)

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Oct 12 20:28:45 EDT 2010


Author: miker
Date: 2010-10-12 20:28:43 -0400 (Tue, 12 Oct 2010)
New Revision: 18299

Modified:
   trunk/Open-ILS/src/perlmods/OpenILS/WWW/TemplateBatchBibUpdate.pm
Log:
arg, missing semicolon

Modified: trunk/Open-ILS/src/perlmods/OpenILS/WWW/TemplateBatchBibUpdate.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/WWW/TemplateBatchBibUpdate.pm	2010-10-13 00:27:46 UTC (rev 18298)
+++ trunk/Open-ILS/src/perlmods/OpenILS/WWW/TemplateBatchBibUpdate.pm	2010-10-13 00:28:43 UTC (rev 18299)
@@ -159,7 +159,7 @@
 
     my %seen;
     for my $r (@records) {
-        next unless ($seen{$r})
+        next unless ($seen{$r});
         $item->target_biblio_record_entry($r);
         $e->request('open-ils.cstore.direct.container.biblio_record_entry_bucket_item.create', $item )->gather(1);
         $seen{$r}++;



More information about the open-ils-commits mailing list