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/dquery_finish.pl

    r18982 r19221  
    146146    my $verbose = shift;
    147147   
    148     my $command = "$pstamptool -processedreq -req_id $req_id -state stop";
     148    my $command = "$pstamptool -updatereq -req_id $req_id -state stop";
    149149    $command   .= " -fault $fault" if $fault;
    150150    $command   .= " -dbname $dbname" if $dbname;
Note: See TracChangeset for help on using the changeset viewer.