summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--httemplate/edit/svc_www.cgi1
1 files changed, 0 insertions, 1 deletions
diff --git a/httemplate/edit/svc_www.cgi b/httemplate/edit/svc_www.cgi
index ed8d42501..cb58ce979 100644
--- a/httemplate/edit/svc_www.cgi
+++ b/httemplate/edit/svc_www.cgi
@@ -106,7 +106,6 @@ if ($pkgnum) {
my $extra_sql = "AND ( rectype = 'A' OR rectype = 'CNAME' )";
if ( $conf->exists('svc_www-enable_subdomains') ) {
- my $domain = $
$extra_sql .= " AND ( reczone = '@' OR reczone = '".
$svc_domain->domain. ".' )";
}