Index: trunk/cgi-bin/main.cgi
===================================================================
--- trunk/cgi-bin/main.cgi	(revision 45)
+++ trunk/cgi-bin/main.cgi	(revision 46)
@@ -979,6 +979,6 @@
     my $cidr = $data[1];
 
-    $sth = $ip_dbh->prepare("update poolips set custid='$webvar{custid}',city='$webvar{city}'".
-	" available='n',description='$webvar{desc}'".
+    $sth = $ip_dbh->prepare("update poolips set custid='$webvar{custid}',".
+	"city='$webvar{city}',available='n',description='$webvar{desc}'".
 	" where ip='$cidr'");
     $sth->execute;
@@ -1416,5 +1416,5 @@
       @data = $sth->fetchrow_array;
       $sth = $ip_dbh->prepare("update poolips set custid='6750400', available='y',".
-	" city='$data[0]' where ip='$webvar{block}'");
+	" city='$data[0]', description='' where ip='$webvar{block}'");
       $sth->execute;
       $ip_dbh->commit;
