- Timestamp:
- 02/10/05 13:17:59 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/cgi-bin/main.cgi
r163 r164 800 800 if ($base =~ /^[ds]$/) { 801 801 $sql = "select * from poolips where available='y' and". 802 " ptype='$base' and (city='Sudbury' or city='North Bay')";802 " type='$webvar{alloctype}' and (city='Sudbury' or city='North Bay')"; 803 803 } else { 804 804 $sql = "select * from poolips where available='y' and". 805 " ptype='$base' and city='$webvar{pop}'";805 " type='$webvar{alloctype}' and city='$webvar{pop}'"; 806 806 } 807 807
Note:
See TracChangeset
for help on using the changeset viewer.