Changeset 29106
- Timestamp:
- Sep 1, 2010, 4:11:40 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/perl/getSmfForThisBatch.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/perl/getSmfForThisBatch.pl
r29083 r29106 57 57 my $numOfBatches; 58 58 59 if (defined $singleBatch ) { $numOfBatches = $ippToPspsDb->get SingleBatch($singleBatch, \$batches);}59 if (defined $singleBatch ) { $numOfBatches = $ippToPspsDb->getBatch($singleBatch, \$batches);} 60 60 if ($numOfBatches < 1) {return 0;} 61 61 … … 65 65 my $numChecked = 0; 66 66 foreach $batch ( @{$batches} ) { 67 my ($timestamp, $expId, $batchId, $surveyType, $deleted, $dvoDb ) = @{$batch};67 my ($timestamp, $expId, $batchId, $surveyType, $deleted, $dvoDb, $processed, $onDatastore, $loadedToOdm, $mergeWorthy, $merged) = @{$batch}; 68 68 69 69 print "* found $timestamp, $expId, $batchId, $surveyType, $deleted $dvoDb\n";
Note:
See TracChangeset
for help on using the changeset viewer.
