Changeset 167 for trunk/cgi-bin/main.cgi
- Timestamp:
- 02/22/05 14:25:58 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/main.cgi
r166 r167 998 998 print "<!-- [ In validateInput(). Insert customer ID cross-check here. ] -->\n"; 999 999 } else { 1000 # All non-customer allocations MUST be entered with "our" customer ID. 1001 # I have Defined this as 6750400 for consistency. 1002 $webvar{custid} = "6750400"; 1000 # New! Improved! And now Loaded From The Database!! 1001 $webvar{custid} = $def_custids{$webvar{alloctype}}; 1003 1002 } 1004 1003
Note:
See TracChangeset
for help on using the changeset viewer.