Index: branches/stable/cgi-bin/IPDB.pm
===================================================================
--- branches/stable/cgi-bin/IPDB.pm	(revision 126)
+++ branches/stable/cgi-bin/IPDB.pm	(revision 127)
@@ -484,5 +484,5 @@
 ##TEMP
   # We've already deleted the block, now we have to stuff its IPs into the pool.
-  $sth = $ip_dbh->prepare("insert into poolips values ('209.91.185.0/24',?,'6750400','Sudbury','d','y',''$ 
+  $sth = $dbh->prepare("insert into poolips values ('209.91.185.0/24',?,'6750400','Sudbury','d','y','','','')");
   $sth->execute($cidr->addr);
   foreach my $ip ($cidr->hostenum) {
