Commit 81fec28a authored by travis%sedsystems.ca's avatar travis%sedsystems.ca

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

Patch by : Frederic Buclin <LpSolit@gmail.com> r=mkanat a=justdave
parent e9f024d4
......@@ -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 = ?
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment