IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 31, 2010, 1:48:37 PM (16 years ago)
Author:
rhenders
Message:

Changed some method names for clarity

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/perl/checkOdmStatus.pl

    r29047 r29082  
    7272    my $numOfBatches;
    7373
    74     if (defined $singleBatch ) { $numOfBatches = $ippToPspsDb->getSingleBatch($singleBatch, \$batches);}
    75     else { $numOfBatches = $ippToPspsDb->getBatchList(\$batches, $fromTime, $toTime);}
     74    if (defined $singleBatch ) { $numOfBatches = $ippToPspsDb->getSingleBatchOnDatastore($singleBatch, \$batches);}
     75    else { $numOfBatches = $ippToPspsDb->getListOfBatchesOnDatastore(\$batches, $fromTime, $toTime);}
    7676
    7777    if ($numOfBatches < 1) {return 0;}
Note: See TracChangeset for help on using the changeset viewer.