Changeset 35621
- Timestamp:
- Jun 3, 2013, 10:43:26 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20130307/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm
r35507 r35621 574 574 $command .= " -dateobs_end $dateobs_end" if $dateobs_end; 575 575 } elsif ($req_type ne "byid") { 576 $command .= " -mjd_ min $mjd_min" if $mjd_min;577 $command .= " -mjd_ max$mjd_max" if $mjd_max;576 $command .= " -mjd_obs_begin $mjd_min" if $mjd_min; 577 $command .= " -mjd_obs_end $mjd_max" if $mjd_max; 578 578 } 579 579
Note:
See TracChangeset
for help on using the changeset viewer.
