IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 4, 2010, 4:10:59 PM (16 years ago)
Author:
watersc1
Message:

Fix typos in pstamptool database queries.
Add pstampDependent.outdir entry to changes.txt.

Final tested code for detectability server.
Works on test cases that involve updates.

r

File:
1 edited

Legend:

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

    r27841 r27859  
    152152        } elsif ($request_type eq "MOPS_DETECTABILITY_QUERY") {
    153153            $reqType = 'dquery';
    154             $parse_cmd = $dqueryparse;
     154            $parse_cmd = "$dqueryparse";
     155            $parse_cmd .= " --label $label" if $label;
    155156        } else {
    156157            print STDERR "Unknown request type $request_type found in $uri";
Note: See TracChangeset for help on using the changeset viewer.