Index: /trunk/ippToPsps/perl/getSmfForThisBatch.pl
===================================================================
--- /trunk/ippToPsps/perl/getSmfForThisBatch.pl	(revision 29105)
+++ /trunk/ippToPsps/perl/getSmfForThisBatch.pl	(revision 29106)
@@ -57,5 +57,5 @@
 my $numOfBatches;
 
-if (defined $singleBatch ) { $numOfBatches = $ippToPspsDb->getSingleBatch($singleBatch, \$batches);}
+if (defined $singleBatch ) { $numOfBatches = $ippToPspsDb->getBatch($singleBatch, \$batches);}
 if ($numOfBatches < 1) {return 0;}
 
@@ -65,5 +65,5 @@
 my $numChecked = 0;
 foreach $batch ( @{$batches} ) {
-    my ($timestamp, $expId, $batchId, $surveyType, $deleted, $dvoDb) =  @{$batch};
+    my ($timestamp, $expId, $batchId, $surveyType, $deleted, $dvoDb, $processed, $onDatastore, $loadedToOdm, $mergeWorthy, $merged) =  @{$batch};
 
     print "* found $timestamp, $expId, $batchId, $surveyType, $deleted $dvoDb\n";
