mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 13:56:29 +00:00
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:
parent
b2e58cc596
commit
6db77ab839
@ -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 = ?
|
||||
|
Loading…
x
Reference in New Issue
Block a user