From bdbf87750c1769584e3e672c9ae93c71ad3de273 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Thu, 12 Jan 2012 00:05:36 +0100 Subject: Bug 715902: Do not log personal common activities in audit_log r=dkl a=LpSolit --- Bugzilla/Comment.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Bugzilla/Comment.pm') diff --git a/Bugzilla/Comment.pm b/Bugzilla/Comment.pm index 5f3d118f8..549753d2b 100644 --- a/Bugzilla/Comment.pm +++ b/Bugzilla/Comment.pm @@ -23,7 +23,9 @@ use Scalar::Util qw(blessed); #### Initialization #### ############################### -# Updates of comments are audited in bugs_activity instead of audit_log. +# Creation and updating of comments are audited in longdescs +# and bugs_activity respectively instead of audit_log. +use constant AUDIT_CREATES => 0; use constant AUDIT_UPDATES => 0; use constant DB_COLUMNS => qw( -- cgit v1.2.3-24-g4f1b