IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36783


Ignore:
Timestamp:
May 27, 2014, 10:25:25 AM (12 years ago)
Author:
bills
Message:

give requests with names beginning with jk MPE label

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20130712/pstamp/scripts/pstampparse.pl

    r36690 r36783  
    182182        $label = 'NCU';
    183183        $label_changed = 1;
    184     } elsif (($lcname =~ /mpe_/) or ($lcname =~ /sd_/)) {
     184    } elsif (($lcname =~ /mpe_/) or ($lcname =~ /sd_/) or ($lcname =~ /^jk/)) {
    185185        $label = 'MPE';
    186186        $label_changed = 1;
Note: See TracChangeset for help on using the changeset viewer.