IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38435


Ignore:
Timestamp:
Jun 11, 2015, 11:31:05 AM (11 years ago)
Author:
bills
Message:

also change label for requests that come through the prototype web
form

File:
1 edited

Legend:

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

    r38434 r38435  
    246246# if any is known. Do we want to do this for any other channels?
    247247# requests from data store will have those values.
    248 if ($label and $label eq 'WEB.UP') {
     248if ($label and ($label eq 'WEB.UP' or $label eq 'WEB')) {
    249249    if ($labelForUser) {
    250250        $label = $labelForUser;
Note: See TracChangeset for help on using the changeset viewer.