Changeset 27859 for trunk/pstamp/scripts/pstamp_parser_run.pl
- Timestamp:
- May 4, 2010, 4:10:59 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstamp_parser_run.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_parser_run.pl
r27841 r27859 152 152 } elsif ($request_type eq "MOPS_DETECTABILITY_QUERY") { 153 153 $reqType = 'dquery'; 154 $parse_cmd = $dqueryparse; 154 $parse_cmd = "$dqueryparse"; 155 $parse_cmd .= " --label $label" if $label; 155 156 } else { 156 157 print STDERR "Unknown request type $request_type found in $uri";
Note:
See TracChangeset
for help on using the changeset viewer.
