Changeset 619 for branches/stable
- Timestamp:
- 05/27/14 15:09:38 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/cgi-bin/IPDB.pm
r616 r619 1094 1094 "city=(select city from allocations where cidr >>= ?". 1095 1095 " order by masklen(cidr) desc limit 1),". 1096 "description='',notes='',circuitid='' where ip=?");1096 "description='',notes='',circuitid='',vrf='' where ip=?"); 1097 1097 $sth->execute($defcustid, "$cidr", "$cidr"); 1098 1098 $dbh->commit;
Note:
See TracChangeset
for help on using the changeset viewer.