add progressbar to service definition add - duplicate checking can take a while,...
[freeside.git] / httemplate / edit / svc_www.cgi
index a9b1ed3..02fa64c 100644 (file)
@@ -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. ".' )";
         }
 
@@ -130,7 +130,7 @@ if ($pkgnum) {
                       } )
                    || qsearchs( 'domain_record', {
                                   svcnum  => $svc_domain->svcnum,
-                                  reczone => 'www.'.$svc-domain->domain.'.',
+                                  reczone => 'www.'.$svc_domain->domain.'.',
                     } );
         }