summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorjeff <jeff>2007-01-02 18:38:02 +0000
committerjeff <jeff>2007-01-02 18:38:02 +0000
commit8d9e08f814a935b6226d37c270cc5cc7f816d14c (patch)
tree54e9fedd5ad0d7dfc9ce122ce3cda49fbfed5b71 /FS
parent00d879f025283fd06f5ceaf427cc51fef71620f8 (diff)
omit spurious export triggering
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/svc_acct.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/svc_acct.pm b/FS/FS/svc_acct.pm
index 7cbe63f6c..ba9577864 100644
--- a/FS/FS/svc_acct.pm
+++ b/FS/FS/svc_acct.pm
@@ -1571,6 +1571,7 @@ sub set_usage {
local $SIG{TSTP} = 'IGNORE';
local $SIG{PIPE} = 'IGNORE';
+ local $FS::svc_Common::noexport_hack = 1;
my $oldAutoCommit = $FS::UID::AutoCommit;
local $FS::UID::AutoCommit = 0;
my $dbh = dbh;