freeside/httemplate/edit svc_www.cgi,1.13,1.14

ivan ivan at pouncequick.420.am
Thu Dec 23 03:39:22 PST 2004


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

Modified Files:
	svc_www.cgi 
Log Message:
fix typo that manifests when using svc_www-enable_subdomains config option

Index: svc_www.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/svc_www.cgi,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- svc_www.cgi	11 May 2004 12:01:29 -0000	1.13
+++ svc_www.cgi	23 Dec 2004 11:39:19 -0000	1.14
@@ -130,7 +130,7 @@
                       } )
                    || qsearchs( 'domain_record', {
                                   svcnum  => $svc_domain->svcnum,
-                                  reczone => 'www.'.$svc-domain->domain.'.',
+                                  reczone => 'www.'.$svc_domain->domain.'.',
                     } );
         }
 




More information about the freeside-commits mailing list