summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Comment.pm
diff options
context:
space:
mode:
authorMax Kanat-Alexander <mkanat@bugzilla.org>2011-03-14 06:03:22 +0100
committerMax Kanat-Alexander <mkanat@bugzilla.org>2011-03-14 06:03:22 +0100
commit8782cbb1c99e52d25a5157b0d3b794459f2b631a (patch)
tree7b0df85192b2927a46ef612b5053d8df407d5294 /Bugzilla/Comment.pm
parent317fc6d919da6370863efb76f03cd25d20a9a454 (diff)
downloadbugzilla-8782cbb1c99e52d25a5157b0d3b794459f2b631a.tar.gz
bugzilla-8782cbb1c99e52d25a5157b0d3b794459f2b631a.tar.xz
Bug 622943: Simple auditing of changes to Bugzilla::Object subclass objects
r=dkl, a=mkanat
Diffstat (limited to 'Bugzilla/Comment.pm')
-rw-r--r--Bugzilla/Comment.pm3
1 files changed, 3 insertions, 0 deletions
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