Changeset 309 for branches/stable/cgi-bin/search.cgi
- Timestamp:
- 03/06/06 16:43:38 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/cgi-bin/search.cgi
r307 r309 148 148 # we'll be getting a class A anytime soon. <g> 149 149 $sql .= " $sqlconcat (select $cols from searchme where ". 150 "$webvar{cidrexclude} cidr ='$webvar{cidr}')";150 "$webvar{cidrexclude} cidr<<='$webvar{cidr}')"; 151 151 } else { 152 152 # Partial match; beginning of subnet and maskbits are provided … … 431 431 "allcities=$webvar{allcities}&"; 432 432 foreach my $key (keys %webvar) { 433 if ($key =~ /^(?:type|city)\[/ ) {433 if ($key =~ /^(?:type|city)\[/ || $key =~ /exclude$/) { 434 434 print "$key=$webvar{$key}&"; 435 435 }
Note:
See TracChangeset
for help on using the changeset viewer.