From 8fda96466449229f502faf490e9d333b3024aec5 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Thu, 12 Jan 2012 00:08:11 +0100 Subject: Bug 715902: Do not log personal common activities in audit_log r=dkl a=LpSolit --- Bugzilla/Attachment.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'Bugzilla/Attachment.pm') 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 { -- cgit v1.2.3-24-g4f1b