Changeset 29082 for trunk/ippToPsps/perl/checkOdmStatus.pl
- Timestamp:
- Aug 31, 2010, 1:48:37 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/perl/checkOdmStatus.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/perl/checkOdmStatus.pl
r29047 r29082 72 72 my $numOfBatches; 73 73 74 if (defined $singleBatch ) { $numOfBatches = $ippToPspsDb->getSingleBatch ($singleBatch, \$batches);}75 else { $numOfBatches = $ippToPspsDb->get BatchList(\$batches, $fromTime, $toTime);}74 if (defined $singleBatch ) { $numOfBatches = $ippToPspsDb->getSingleBatchOnDatastore($singleBatch, \$batches);} 75 else { $numOfBatches = $ippToPspsDb->getListOfBatchesOnDatastore(\$batches, $fromTime, $toTime);} 76 76 77 77 if ($numOfBatches < 1) {return 0;}
Note:
See TracChangeset
for help on using the changeset viewer.
