From: travis%sedsystems.ca <> Date: Tue, 1 Mar 2005 05:33:16 +0000 (+0000) Subject: Bug 283567 : Toggling a comment's privacy does nothing (regression from bug 279700) X-Git-Tag: bugzilla-2.19.3~224 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81fec28afef6a2cc01efe57b665b7f2f19d8c73a;p=thirdparty%2Fbugzilla.git Bug 283567 : Toggling a comment's privacy does nothing (regression from bug 279700) Patch by : Frederic Buclin r=mkanat a=justdave --- diff --git a/Bugzilla/Bug.pm b/Bugzilla/Bug.pm index 307ee4bed0..a6758d36fa 100755 --- a/Bugzilla/Bug.pm +++ b/Bugzilla/Bug.pm @@ -539,6 +539,7 @@ sub GetComments { AS time, longdescs.thetext AS body, longdescs.work_time, isprivate, already_wrapped, " . $dbh->sql_date_format('longdescs.bug_when', '%Y%m%d%H%i%s') . " + AS bug_when FROM longdescs, profiles WHERE profiles.userid = longdescs.who AND longdescs.bug_id = ?