IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38487 for trunk


Ignore:
Timestamp:
Jun 17, 2015, 2:32:27 PM (11 years ago)
Author:
bills
Message:

From production tag. Apply users' labels for WEB.UP requests too.

File:
1 edited

Legend:

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

    r38195 r38487  
    142142
    143143if ($extver eq "1") {
    144     print STDERR "WARNING WARNING WARNING\n";
    145     print STDERR "Very soon version 1 postage stamp requests will be rejected. Please update your request tables to version 2 format.\n";
     144    print STDERR "Version 1 postage stamp requests are no longer accepted. Please update your request tables to version 2 format.\n";
    146145    print STDERR "Note that EMAIL will not be optional\n";
    147146
     
    247246# if any is known. Do we want to do this for any other channels?
    248247# requests from data store will have those values.
    249 if ($label and $label eq 'WEB.UP') {
     248if ($label and ($label eq 'WEB.UP' or $label eq 'WEB')) {
    250249    if ($labelForUser) {
    251250        $label = $labelForUser;
Note: See TracChangeset for help on using the changeset viewer.