Index: trunk/cgi-bin/IPDB.pm
===================================================================
--- trunk/cgi-bin/IPDB.pm	(revision 941)
+++ trunk/cgi-bin/IPDB.pm	(revision 943)
@@ -3320,4 +3320,9 @@
       } # done returning IPs to the appropriate place
 
+# node hack
+# note we want to delete the ref from the original block, not any aggregated blocks we've pulled together
+      $dbh->do("DELETE FROM noderef WHERE block = ?", undef, ($binfo->{block}) );
+# node hack
+
       # If we got here, we've succeeded.  Whew!
       $dbh->commit;
