summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Attachment.pm
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2012-01-12 00:08:11 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2012-01-12 00:08:11 +0100
commit8fda96466449229f502faf490e9d333b3024aec5 (patch)
tree3fd57c6c1fff6b386ff2ff3685b7fbabcb731263 /Bugzilla/Attachment.pm
parent26cac3c8ee9f03fa897c98d46ea5ea07369c378a (diff)
downloadbugzilla-8fda96466449229f502faf490e9d333b3024aec5.tar.gz
bugzilla-8fda96466449229f502faf490e9d333b3024aec5.tar.xz
Bug 715902: Do not log personal common activities in audit_log
r=dkl a=LpSolit
Diffstat (limited to 'Bugzilla/Attachment.pm')
-rw-r--r--Bugzilla/Attachment.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/Attachment.pm b/Bugzilla/Attachment.pm
index 3a8e7d5d5..b1f47d0cd 100644
--- a/Bugzilla/Attachment.pm
+++ b/Bugzilla/Attachment.pm
@@ -72,6 +72,7 @@ use constant DB_TABLE => 'attachments';
use constant ID_FIELD => 'attach_id';
use constant LIST_ORDER => ID_FIELD;
# Attachments are tracked in bugs_activity.
+use constant AUDIT_CREATES => 0;
use constant AUDIT_UPDATES => 0;
sub DB_COLUMNS {