From 8782cbb1c99e52d25a5157b0d3b794459f2b631a Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Sun, 13 Mar 2011 22:03:22 -0700 Subject: Bug 622943: Simple auditing of changes to Bugzilla::Object subclass objects r=dkl, a=mkanat --- Bugzilla/Comment.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Bugzilla/Comment.pm') diff --git a/Bugzilla/Comment.pm b/Bugzilla/Comment.pm index f3628ddb1..1d42f04c6 100644 --- a/Bugzilla/Comment.pm +++ b/Bugzilla/Comment.pm @@ -37,6 +37,9 @@ use Scalar::Util qw(blessed); #### Initialization #### ############################### +# Updates of comments are audited in bugs_activity instead of audit_log. +use constant AUDIT_UPDATES => 0; + use constant DB_COLUMNS => qw( comment_id bug_id -- cgit v1.2.3-24-g4f1b