Changeset 945 for trunk/cgi-bin/IPDB.pm
- Timestamp:
- 10/17/23 15:35:41 (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/IPDB.pm
r943 r945 1686 1686 1687 1687 # finally assign the IP 1688 $dbh->do("UPDATE poolips SET custid = ?, city = ?, available='n', description = ?, notes = ?, ".1688 $dbh->do("UPDATE poolips SET custid = ?, city = ?, available='n', description = ?, notes = ?, vlan = ?, ". 1689 1689 "circuitid = ?, privdata = ?, rdns = ?, backup_id = ? ". 1690 1690 "WHERE ip = ? AND parent_id = ?", undef, 1691 ($args{custid}, $args{city}, $args{desc}, $args{notes}, 1691 ($args{custid}, $args{city}, $args{desc}, $args{notes}, $args{vlan}, 1692 1692 $args{circid}, $args{privdata}, $args{rdns}, $backupid, 1693 1693 $args{cidr}, $args{parent}) );
Note:
See TracChangeset
for help on using the changeset viewer.