- Timestamp:
- 12/15/04 17:32:45 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/cgi-bin/main.cgi
r102 r103 1192 1192 chomp $webvar{alloctype}; 1193 1193 # We have different handling for customer allocations and "internal" or "our" allocations 1194 if ($webvar{alloctype} =~ /^(ci|di|cn|mi )$/) {1194 if ($webvar{alloctype} =~ /^(ci|di|cn|mi|wi)$/) { 1195 1195 if (!$webvar{custid}) { 1196 1196 printAndExit("Please enter a customer ID.");
Note:
See TracChangeset
for help on using the changeset viewer.