IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 25, 2015, 10:05:06 PM (11 years ago)
Author:
eugene
Message:

merge changes from trunk

Location:
branches/eam_branches/ipp-20150616
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20150616

  • branches/eam_branches/ipp-20150616/pstamp/scripts/pstampparse.pl

    r38195 r38552  
    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.