]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 282331 : Old comments get wrapped even if already_wrapped=1
authortravis%sedsystems.ca <>
Thu, 17 Feb 2005 01:00:20 +0000 (01:00 +0000)
committertravis%sedsystems.ca <>
Thu, 17 Feb 2005 01:00:20 +0000 (01:00 +0000)
Patch by Jussi Sirpoma <jussi@comlink.fi>  r=mkanat  a=myk

Bugzilla/Bug.pm

index 4168cac19f35f4701d532bc9425f786ad224f1c7..380aa6e32dc86fd116ffdf94e97d8c644a99a77f 100755 (executable)
@@ -534,7 +534,7 @@ sub GetComments {
             "SELECT  profiles.realname AS name, profiles.login_name AS email,
                      date_format(longdescs.bug_when,'%Y.%m.%d %H:%i') AS time,
                      longdescs.thetext AS body, longdescs.work_time,
-                     isprivate,
+                     isprivate, already_wrapped,
                      date_format(longdescs.bug_when,'%Y%m%d%H%i%s')
             FROM     longdescs, profiles
             WHERE    profiles.userid = longdescs.who