From: ivan Date: Tue, 11 May 2004 12:01:29 +0000 (+0000) Subject: i'm not usually like this. X-Git-Tag: BEFORE_FINAL_MASONIZE~1093 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=a800fde5d31fb9b9cfe46b1ce2f68ea8e56bff53 i'm not usually like this. --- diff --git a/httemplate/edit/svc_www.cgi b/httemplate/edit/svc_www.cgi index a9b1ed348..4989bb610 100644 --- a/httemplate/edit/svc_www.cgi +++ b/httemplate/edit/svc_www.cgi @@ -106,7 +106,7 @@ if ($pkgnum) { my $extra_sql = "AND ( rectype = 'A' OR rectype = 'CNAME' )"; unless ( $conf->exists('svc_www-enable_subdomains') ) { - $extra_sql .= " AND ( reczone = '@' OR reczone = '". + $extra_sql .= " AND ( reczone = '\@' OR reczone = '". $svc_domain->domain. ".' )"; }