Index: /trunk/dns.cgi
===================================================================
--- /trunk/dns.cgi	(revision 204)
+++ /trunk/dns.cgi	(revision 205)
@@ -343,4 +343,6 @@
 	errmsg => "You do not have permission to add a domain to the requested group");
   }
+
+  $webvar{makeactive} = 0 if !defined($webvar{makeactive});
 
   my ($code,$msg) = addDomain($dbh,$webvar{domain},$webvar{group},($webvar{makeactive} eq 'on' ? 1 : 0),
Index: /trunk/templates/newdomain.tmpl
===================================================================
--- /trunk/templates/newdomain.tmpl	(revision 204)
+++ /trunk/templates/newdomain.tmpl	(revision 205)
@@ -11,5 +11,4 @@
 <input type="hidden" name="page" value="adddomain" />
 <input type="hidden" name="newdomain" value="yes" />
-<input type="hidden" name="makeactive" value="0" />
 
 <table class="container" width="450">
