freeside/FS/FS svc_acct.pm,1.154,1.155

ivan ivan at pouncequick.420.am
Thu May 6 15:29:07 PDT 2004


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory pouncequick:/tmp/cvs-serv676

Modified Files:
	svc_acct.pm 
Log Message:
protect properly against deleting users linked to virtual web sites

Index: svc_acct.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/svc_acct.pm,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -d -r1.154 -r1.155
--- svc_acct.pm	3 May 2004 14:32:09 -0000	1.154
+++ svc_acct.pm	6 May 2004 22:29:05 -0000	1.155
@@ -30,6 +30,8 @@
 use FS::export_svc;
 use FS::part_export;
 use FS::Msgcat qw(gettext);
+use FS::svc_forward;
+use FS::svc_www;
 
 @ISA = qw( FS::svc_Common );
 




More information about the freeside-commits mailing list