diff options
| author | ivan <ivan> | 2004-05-06 22:29:05 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2004-05-06 22:29:05 +0000 | 
| commit | 47ac05fedd2437ff079223b39934fd4bf0870df5 (patch) | |
| tree | 847793dec83e02ca9fa6f2f6dcc5fbcc6671331b | |
| parent | 2a3703dad2a512c709152c1a8d99acbe6c27b668 (diff) | |
protect properly against deleting users linked to virtual web sites
| -rw-r--r-- | FS/FS/svc_acct.pm | 2 | 
1 files changed, 2 insertions, 0 deletions
| 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 ); | 
