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/Bug.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'Bugzilla/Bug.pm') diff --git a/Bugzilla/Bug.pm b/Bugzilla/Bug.pm index c2899f669..ddfe57028 100644 --- a/Bugzilla/Bug.pm +++ b/Bugzilla/Bug.pm @@ -74,6 +74,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. -- cgit v1.2.3-24-g4f1b