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