diff options
| author | ivan <ivan> | 2002-12-21 07:36:52 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2002-12-21 07:36:52 +0000 | 
| commit | 8c679e623c0e21d3d4e1b1966b310db61871e119 (patch) | |
| tree | a7801fbcc623c77ce2f2afa7424c6e3e265b3d55 | |
| parent | a6339c3ac72353911a0b7f585b758a4b6aada899 (diff) | |
$noexport hack moved to svc_Common
| -rw-r--r-- | FS/FS/svc_acct.pm | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/FS/FS/svc_acct.pm b/FS/FS/svc_acct.pm index 83af6ff52..659835626 100644 --- a/FS/FS/svc_acct.pm +++ b/FS/FS/svc_acct.pm @@ -1,7 +1,7 @@  package FS::svc_acct;  use strict; -use vars qw( @ISA $DEBUG $me $noexport_hack $conf +use vars qw( @ISA $DEBUG $me $conf               $dir_prefix @shells $usernamemin               $usernamemax $passwordmin $passwordmax               $username_ampersand $username_letter $username_letterfirst @@ -186,7 +186,7 @@ sqlradius export only)  (TODOC: L<FS::queue> and L<freeside-queued>) -(TODOC: new exports! $noexport_hack) +(TODOC: new exports!)  =cut @@ -411,7 +411,7 @@ error, otherwise returns false.  The corresponding FS::cust_svc record will be deleted as well. -(TODOC: new exports! $noexport_hack) +(TODOC: new exports!)  =cut  | 
