Bug 283567 : Toggling a comment's privacy does nothing (regression from bug 279700)

Patch by : Frederic Buclin <LpSolit@gmail.com>  r=mkanat  a=justdave
This commit is contained in:
travis%sedsystems.ca 2005-02-28 21:33:16 +00:00
parent b2e58cc596
commit 6db77ab839

View File

@ -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 = ?