diff options
author | ivan <ivan> | 2004-05-11 11:54:03 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-05-11 11:54:03 +0000 |
commit | 1ed72d80ee0e7959c39a135f210c69021989ea8d (patch) | |
tree | e7c4554d11587d618795a3c6c8cdd89361921e12 /httemplate/edit | |
parent | cb70e861c8dcb51ae18707028c6cea5d4e597046 (diff) |
so close
Diffstat (limited to 'httemplate/edit')
-rw-r--r-- | httemplate/edit/svc_www.cgi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/httemplate/edit/svc_www.cgi b/httemplate/edit/svc_www.cgi index 8e61aa201..dd15e6da5 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. ".' )"; } |