IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36636 for tags/ipp-20130712


Ignore:
Timestamp:
Apr 2, 2014, 1:16:14 PM (12 years ago)
Author:
bills
Message:

add specific label for requests from MPE

File:
1 edited

Legend:

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

    r36593 r36636  
    179179        $label = "PY";
    180180        $label_changed = 1;
     181    } elsif (($lcname =~ /mpe_/) or ($lcname =~ /sd_/)) {
     182        $label = 'MPE';
     183        $label_changed = 1;
    181184    }
    182185    print "Setting label for $req_name to $label\n" if $label_changed;
Note: See TracChangeset for help on using the changeset viewer.