IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38201


Ignore:
Timestamp:
Apr 28, 2015, 4:12:48 AM (11 years ago)
Author:
bills
Message:

fix typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20141024/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm

    r38192 r38201  
    237237    if (!iszero($mjd_max)) {
    238238        $dateobs_end = mjd_to_dateobs($mjd_max);
    239         if (!$dateobs_begin) {
     239        if (!$dateobs_end) {
    240240            $row->{error_code} = $PSTAMP_INVALID_REQUEST;
    241241            print STDERR "Invalid MJD_MAX: $mjd_max\n";
Note: See TracChangeset for help on using the changeset viewer.