- Timestamp:
- 01/05/05 15:49:17 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/cgi-bin/main.cgi
r104 r116 1197 1197 printAndExit("Please enter a customer ID."); 1198 1198 } 1199 if ($webvar{custid} !~ /^(?:\d{10}|\d{7}|STAFF |TEMP)(?:-\d\d?)?$/) {1199 if ($webvar{custid} !~ /^(?:\d{10}|\d{7}|STAFF)(?:-\d\d?)?$/) { 1200 1200 # Force uppercase for now... 1201 1201 $webvar{custid} =~ tr/a-z/A-Z/;
Note:
See TracChangeset
for help on using the changeset viewer.