IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38202


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

fix typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm

    r38197 r38202  
    1212
    1313use base qw( Exporter );
    14  
    1514
    1615our @EXPORT_OK = qw(
     
    238237    if (!iszero($mjd_max)) {
    239238        $dateobs_end = mjd_to_dateobs($mjd_max);
    240         if (!$dateobs_begin) {
     239        if (!$dateobs_end) {
    241240            $row->{error_code} = $PSTAMP_INVALID_REQUEST;
    242241            print STDERR "Invalid MJD_MAX: $mjd_max\n";
Note: See TracChangeset for help on using the changeset viewer.