freeside/httemplate/edit svc_www.cgi,1.2.4.4,1.2.4.5

ivan ivan at pouncequick.420.am
Tue May 11 04:22:14 PDT 2004


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

Modified Files:
      Tag: FREESIDE_1_4_BRANCH
	svc_www.cgi 
Log Message:
need to pull in $conf

Index: svc_www.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/svc_www.cgi,v
retrieving revision 1.2.4.4
retrieving revision 1.2.4.5
diff -u -d -r1.2.4.4 -r1.2.4.5
--- svc_www.cgi	11 May 2004 11:19:23 -0000	1.2.4.4
+++ svc_www.cgi	11 May 2004 11:22:09 -0000	1.2.4.5
@@ -1,6 +1,8 @@
 <!-- mason kludge -->
 <%
 
+my $conf = new FS::Conf;
+
 my( $svcnum,  $pkgnum, $svcpart, $part_svc, $svc_www );
 if ( $cgi->param('error') ) {
   $svc_www = new FS::svc_www ( {




More information about the freeside-commits mailing list