Changeset 922 for trunk/cgi-bin/main.cgi
- Timestamp:
- 10/12/18 15:35:06 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/main.cgi
r921 r922 1005 1005 $webvar{custid} = $def_custids{$webvar{alloctype}}; 1006 1006 } 1007 1008 # and custom overrides. 1009 ##fixme: need to genericize this: 1010 ## check a database table for "flag:field:value" overrides? 1011 # if ($webvar{somflag}) { 1012 # $webvar{custid} = 'special1'; 1013 # } 1014 1007 1015 } 1008 1016
Note:
See TracChangeset
for help on using the changeset viewer.