Changeset 565
- Timestamp:
- 12/19/12 16:40:38 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/IPDB.pm
r564 r565 665 665 666 666 my $pinfo = $dbh->selectrow_hashref("SELECT cidr,custid,type,city,description FROM allocations". 667 " WHERE cidr >>= ? ", undef, ($block) );667 " WHERE cidr >>= ? AND (type LIKE '_p' OR type LIKE '_d')", undef, ($block) ); 668 668 return $pinfo; 669 669 } # end ipParent()
Note:
See TracChangeset
for help on using the changeset viewer.