Changeset 338 for branches/stable/cgi-bin/main.cgi
- Timestamp:
- 05/24/06 10:43:05 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/cgi-bin/main.cgi
r322 r338 924 924 # Force uppercase for now... 925 925 $webvar{custid} =~ tr/a-z/A-Z/; 926 # Crosscheck with ... er... something.926 # Crosscheck with billing. 927 927 my $status = CustIDCK->custid_exist($webvar{custid}); 928 928 if ($CustIDCK::Error) {
Note:
See TracChangeset
for help on using the changeset viewer.