Changeset 33249 for trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm
- Timestamp:
- Feb 13, 2012, 1:52:11 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm
r33127 r33249 351 351 $command .= " -dateobs_begin $dateobs_begin" if $dateobs_begin; 352 352 $command .= " -dateobs_end $dateobs_end" if $dateobs_end; 353 } els e{353 } elsif ($req_type ne "byid") { 354 354 $command .= " -mjd_obs_begin $mjd_min" if $mjd_min; 355 355 $command .= " -mjd_obs_end $mjd_max" if $mjd_max; … … 438 438 } elsif ($stage eq "stack") { 439 439 $stage_id = $out->{stack_id}; 440 # dquery wants these set 441 $out->{magicked} = 0; 442 $out->{data_state} = $out->{state}; 440 443 } 441 444 $out->{stage_id} = $stage_id;
Note:
See TracChangeset
for help on using the changeset viewer.
