From: ivan Date: Thu, 6 May 2004 22:29:05 +0000 (+0000) Subject: protect properly against deleting users linked to virtual web sites X-Git-Tag: BEFORE_FINAL_MASONIZE~1114 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=47ac05fedd2437ff079223b39934fd4bf0870df5 protect properly against deleting users linked to virtual web sites --- diff --git a/FS/FS/svc_acct.pm b/FS/FS/svc_acct.pm index e97afe36a..a566b81f6 100644 --- a/FS/FS/svc_acct.pm +++ b/FS/FS/svc_acct.pm @@ -30,6 +30,8 @@ use FS::radius_usergroup; 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 );