freeside/httemplate/edit svc_www.cgi,1.11,1.12

ivan ivan at pouncequick.420.am
Tue May 11 04:58:44 PDT 2004


Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory pouncequick:/tmp/cvs-serv19064

Modified Files:
	svc_www.cgi 
Log Message:
this has been an evening of logical negation

Index: svc_www.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/svc_www.cgi,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- svc_www.cgi	11 May 2004 11:54:02 -0000	1.11
+++ svc_www.cgi	11 May 2004 11:58:42 -0000	1.12
@@ -105,7 +105,7 @@
           qsearchs( 'svc_domain', { 'svcnum' => $i_cust_svc->svcnum } );
 
         my $extra_sql = "AND ( rectype = 'A' OR rectype = 'CNAME' )";
-        if ( $conf->exists('svc_www-enable_subdomains') ) {
+        unless ( $conf->exists('svc_www-enable_subdomains') ) {
           $extra_sql .= " AND ( reczone = '@' OR reczone = '".
                         $svc_domain->domain. ".' )";
         }




More information about the freeside-commits mailing list