freeside/httemplate/edit svc_www.cgi,1.8,1.9

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-serv18284

Modified Files:
	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.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- svc_www.cgi	11 May 2004 11:19:11 -0000	1.8
+++ svc_www.cgi	11 May 2004 11:22:09 -0000	1.9
@@ -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