From: jeff Date: Tue, 2 Jan 2007 18:38:02 +0000 (+0000) Subject: omit spurious export triggering X-Git-Tag: TRIXBOX_2_6~785 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=8d9e08f814a935b6226d37c270cc5cc7f816d14c omit spurious export triggering --- 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;