Changeset 45


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

/trunk

Merge bugfixes from /branches/stable r43 and r44

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/assign.html

    r38 r45  
    44<form method="POST" action="main.cgi" class="regular">
    55<tr class="color1">
    6 <td>City:&nbsp</td><td>
     6<td>Customer location:&nbsp</td><td>
    77<select name="city"><option selected>-</option>
    88<option>Barrie</option>
     
    7676<td>Route from this POP:&nbsp</td><td>
    7777<select name="pop"><option selected>-</option>
     78<option>Elliot Lake</option>
    7879<option>Huntsville</option>
    7980<option>North Bay</option>
  • 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.
  • trunk/header.inc

    r38 r45  
    4040<td>Search:
    4141<input type="text" name="input" size="20" maxlength="50" class="regular">
    42 <input type=radio name="searchfor" value="ipblock" checked=yes>IP/IP block
    43 <input type=radio name="searchfor" value="desc">Description
     42<input type=radio name="searchfor" value="ipblock">IP/IP block
     43<input type=radio name="searchfor" value="desc" checked=yes>Description
    4444<input type=radio name="searchfor" value="cust">Customer ID
    4545<input type=hidden name=page value="1">
Note: See TracChangeset for help on using the changeset viewer.