IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 26, 2008, 1:28:12 PM (18 years ago)
Author:
bills
Message:

-processedreq chanaged to -updatereq
-processedjob changed to -updatejob

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/dqueryparse.pl

    r18624 r19221  
    150150
    151151{
    152     my $command = "$pstamptool -processedreq -req_id $req_id -name $req_name -outProduct $product";
     152    my $command = "$pstamptool -updatereq -req_id $req_id -name $req_name -outProduct $product";
    153153    $command .= " -fault $result" if $result;
    154154    $command .= " -dbname $dbname" if $dbname;
Note: See TracChangeset for help on using the changeset viewer.