Changeset 35620
- Timestamp:
- Jun 3, 2013, 10:42:29 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm
r35506 r35620 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.
