IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 22, 2010, 12:52:36 PM (16 years ago)
Author:
rhenders
Message:

Refecting changes in Batch and DetectionBatch classes

File:
1 edited

Legend:

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

    r29187 r29196  
    105105        if (!$onDatastore) {next;}
    106106
    107         my $batch = ippToPsps::Batch->existing($batchId, $ippToPspsDb, $filePath, $verbose, $save_temps);
     107        my $batch = ippToPsps::Batch->existing(
     108                undef,
     109                undef,
     110                $batchId,
     111                $ippToPspsDb,
     112                $filePath,
     113                $verbose,
     114                $save_temps);
    108115
    109116        if (!$processed) {
Note: See TracChangeset for help on using the changeset viewer.