diff options
-rwxr-xr-x | Bugzilla/Bug.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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 = ? |