Index: branches/stable/cgi-bin/IPDB.pm
===================================================================
--- branches/stable/cgi-bin/IPDB.pm	(revision 618)
+++ branches/stable/cgi-bin/IPDB.pm	(revision 619)
@@ -1094,5 +1094,5 @@
 	"city=(select city from allocations where cidr >>= ?".
 	" order by masklen(cidr) desc limit 1),".
-	"description='',notes='',circuitid='' where ip=?");
+	"description='',notes='',circuitid='',vrf='' where ip=?");
       $sth->execute($defcustid, "$cidr", "$cidr");
       $dbh->commit;
