Changeset 45 for trunk/cgi-bin
- Timestamp:
- 11/01/04 11:14:37 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/main.cgi
r42 r45 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.