Changeset 37980
- Timestamp:
- Mar 17, 2015, 2:43:05 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstampparse.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstampparse.pl
r37838 r37980 117 117 my_die("REQ_NAME not found in $request_file_name\n", $PS_EXIT_PROG_ERROR) if (!$req_name); 118 118 my_die("wrong EXTVER $extver found in $request_file_name\n", $PS_EXIT_PROG_ERROR) if ($extver ne "1" and $extver ne "2"); 119 120 if ($extver eq "1") { 121 print STDERR "WARNING WARNING WARNING\n"; 122 print STDERR "Very soon version 1 postage stamp requests will be rejected. Please update your request tables to version 2 format.\n"; 123 print STDERR "Note that EMAIL will not be optional\n"; 124 125 } elsif (!$email) { 126 my_die("ERROR: Required parameter EMAIL not found in request file header.\n", $PSTAMP_INVALID_REQUEST) 127 } 128 119 129 120 130 if ($extver >= 2) {
Note:
See TracChangeset
for help on using the changeset viewer.
