diff options
author | ivan <ivan> | 2003-10-07 05:49:21 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-10-07 05:49:21 +0000 |
commit | 4a22a31cd586fc6cff704294b4de39841b0bc86b (patch) | |
tree | 26dcde4b73465a29e4bbbf6ae7dacdc43cc6242c | |
parent | 449875d3a1e67ab4d2f8ee1c5d57309ffc18c6ad (diff) |
doc
-rw-r--r-- | FS/FS/svc_acct.pm | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/FS/FS/svc_acct.pm b/FS/FS/svc_acct.pm index 7e8cb0710..3fb28c054 100644 --- a/FS/FS/svc_acct.pm +++ b/FS/FS/svc_acct.pm @@ -599,13 +599,11 @@ sub replace { =item suspend -Suspends this account by prefixing *SUSPENDED* to the password. If there is an -error, returns the error, otherwise returns false. +Suspends this account by calling export-specific suspend hooks. If there is +an error, returns the error, otherwise returns false. Called by the suspend method of FS::cust_pkg (see L<FS::cust_pkg>). -Calls any export-specific suspend hooks. - =cut sub suspend { @@ -625,13 +623,11 @@ sub suspend { =item unsuspend -Unsuspends this account by removing *SUSPENDED* from the password. If there is -an error, returns the error, otherwise returns false. +Unsuspends this account by by calling export-specific suspend hooks. If there +is an error, returns the error, otherwise returns false. Called by the unsuspend method of FS::cust_pkg (see L<FS::cust_pkg>). -Calls any export-specific unsuspend hooks. - =cut sub unsuspend { |