Changeset 116 for branches/stable


Ignore:
Timestamp:
01/05/05 15:49:17 (19 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Removed hardcoded CustID check for "TEMP"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/cgi-bin/main.cgi

    r104 r116  
    11971197      printAndExit("Please enter a customer ID.");
    11981198    }
    1199     if ($webvar{custid} !~ /^(?:\d{10}|\d{7}|STAFF|TEMP)(?:-\d\d?)?$/) {
     1199    if ($webvar{custid} !~ /^(?:\d{10}|\d{7}|STAFF)(?:-\d\d?)?$/) {
    12001200      # Force uppercase for now...
    12011201      $webvar{custid} =~ tr/a-z/A-Z/;
Note: See TracChangeset for help on using the changeset viewer.