From: ivan Date: Tue, 11 May 2004 11:54:02 +0000 (+0000) Subject: so close X-Git-Tag: freeside_1_5_0pre5^2~76 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=20431ca2cc197c3d3a109d43318a0f96ea7e24d1;p=freeside.git so close --- 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. ".' )"; }