IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 29, 2009, 1:35:40 PM (17 years ago)
Author:
bills
Message:

fix incorrect key for hash lookups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/pstampparse.pl

    r24921 r24940  
    461461    my $r2 = shift;
    462462
    463     return 0 if ($r1->{project} ne $r2->{project});
    464     return 0 if ($r1->{job_type} ne $r2->{job_type});
    465     return 0 if ($r1->{req_type} ne $r2->{req_type});
    466     return 0 if ($r1->{img_type} ne $r2->{img_type});
    467     return 0 if ($r1->{id} ne $r2->{id});
     463    return 0 if ($r1->{PROJECT} ne $r2->{PROJECT});
     464    return 0 if ($r1->{JOB_TYPE} ne $r2->{JOB_TYPE});
     465    return 0 if ($r1->{REQ_TYPE} ne $r2->{REQ_TYPE});
     466    return 0 if ($r1->{IMG_TYPE} ne $r2->{IMG_TYPE});
     467    return 0 if ($r1->{ID} ne $r2->{ID});
     468
    468469#    XXX: turn this on when we change the request file format to change class_id into component
    469470#    return false if ($r1->{component} ne $r2->{component});
Note: See TracChangeset for help on using the changeset viewer.