]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 283567 : Toggling a comment's privacy does nothing (regression from bug 279700)
authortravis%sedsystems.ca <>
Tue, 1 Mar 2005 05:33:16 +0000 (05:33 +0000)
committertravis%sedsystems.ca <>
Tue, 1 Mar 2005 05:33:16 +0000 (05:33 +0000)
Patch by : Frederic Buclin <LpSolit@gmail.com>  r=mkanat  a=justdave

Bugzilla/Bug.pm

index 307ee4bed0b4836aadfddc417d0b4facaa3f425c..a6758d36fa36566194c62e72efa18758b587fade 100755 (executable)
@@ -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 = ?