Changeset 45 for trunk/cgi-bin/main.cgi


Ignore:
Timestamp:
11/01/04 11:14:37 (20 years ago)
Author:
Kris Deugau
Message:

/trunk

Merge bugfixes from /branches/stable r43 and r44

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cgi-bin/main.cgi

    r42 r45  
    827827    if ($base =~ /^[ds]$/) {
    828828      $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')";
    830830    } else {
    831831## $city doesn't seem to get defined here.
Note: See TracChangeset for help on using the changeset viewer.