summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Bug.pm
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2012-01-12 00:05:36 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2012-01-12 00:05:36 +0100
commitbdbf87750c1769584e3e672c9ae93c71ad3de273 (patch)
tree6c1f9a8c00fb210e02a15369479b11fea79c324c /Bugzilla/Bug.pm
parentfe2a998bfe82513f5ab5a8dc9d373d57c9c68ec5 (diff)
downloadbugzilla-bdbf87750c1769584e3e672c9ae93c71ad3de273.tar.gz
bugzilla-bdbf87750c1769584e3e672c9ae93c71ad3de273.tar.xz
Bug 715902: Do not log personal common activities in audit_log
r=dkl a=LpSolit
Diffstat (limited to 'Bugzilla/Bug.pm')
-rw-r--r--Bugzilla/Bug.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/Bug.pm b/Bugzilla/Bug.pm
index 2fe9cc1a6..aeb2e16b7 100644
--- a/Bugzilla/Bug.pm
+++ b/Bugzilla/Bug.pm
@@ -51,6 +51,7 @@ use constant ID_FIELD => 'bug_id';
use constant NAME_FIELD => 'alias';
use constant LIST_ORDER => ID_FIELD;
# Bugs have their own auditing table, bugs_activity.
+use constant AUDIT_CREATES => 0;
use constant AUDIT_UPDATES => 0;
# This is a sub because it needs to call other subroutines.