Changeset 43 for branches/stable
- Timestamp:
- 11/01/04 11:09:28 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/cgi-bin/main.cgi
r41 r43 827 827 if ($base =~ /^[ds]$/) { 828 828 $sql = "select * from poolips where available='y' and". 829 " ptype='$base' and city='Sudbury' or city='North Bay'";829 " ptype='$base' and (city='Sudbury' or city='North Bay')"; 830 830 } else { 831 831 ## $city doesn't seem to get defined here.
Note:
See TracChangeset
for help on using the changeset viewer.