From 81fec28afef6a2cc01efe57b665b7f2f19d8c73a Mon Sep 17 00:00:00 2001 From: "travis%sedsystems.ca" <> Date: Tue, 1 Mar 2005 05:33:16 +0000 Subject: Bug 283567 : Toggling a comment's privacy does nothing (regression from bug 279700) Patch by : Frederic Buclin r=mkanat a=justdave --- Bugzilla/Bug.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'Bugzilla') diff --git a/Bugzilla/Bug.pm b/Bugzilla/Bug.pm index 307ee4bed..a6758d36f 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 = ? -- cgit v1.2.3-24-g4f1b