Changeset 943 for trunk/cgi-bin/IPDB.pm
- Timestamp:
- 04/14/23 14:44:02 (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/IPDB.pm
r937 r943 3320 3320 } # done returning IPs to the appropriate place 3321 3321 3322 # node hack 3323 # note we want to delete the ref from the original block, not any aggregated blocks we've pulled together 3324 $dbh->do("DELETE FROM noderef WHERE block = ?", undef, ($binfo->{block}) ); 3325 # node hack 3326 3322 3327 # If we got here, we've succeeded. Whew! 3323 3328 $dbh->commit;
Note:
See TracChangeset
for help on using the changeset viewer.