freeside/httemplate/edit svc_www.cgi,1.2.4.7,1.2.4.8
ivan
ivan at pouncequick.420.am
Tue May 11 04:58:48 PDT 2004
Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory pouncequick:/tmp/cvs-serv19069
Modified Files:
Tag: FREESIDE_1_4_BRANCH
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.2.4.7
retrieving revision 1.2.4.8
diff -u -d -r1.2.4.7 -r1.2.4.8
--- svc_www.cgi 11 May 2004 11:54:03 -0000 1.2.4.7
+++ svc_www.cgi 11 May 2004 11:58:43 -0000 1.2.4.8
@@ -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