Index: /trunk/cgi-bin/main.cgi
===================================================================
--- /trunk/cgi-bin/main.cgi	(revision 226)
+++ /trunk/cgi-bin/main.cgi	(revision 227)
@@ -1143,8 +1143,6 @@
     my $sql;
     if (my $pooltype = ($webvar{alloctype} =~ /^(.)i$/) ) {
-      # Note the hack ( available='n' ) to work around "update" additions
-      # to static IP space.  Eww.
       $sql = "update poolips set custid='$webvar{custid}',notes='$webvar{notes}',".
-	"circuitid='$webvar{circid}',description='$webvar{desc}',available='n' ".
+	"circuitid='$webvar{circid}',description='$webvar{desc}' ".
 	"where ip='$webvar{block}'";
     } else {
