From: travis%sedsystems.ca <> Date: Thu, 17 Feb 2005 01:00:20 +0000 (+0000) Subject: Bug 282331 : Old comments get wrapped even if already_wrapped=1 X-Git-Tag: bugzilla-2.19.3~307 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb395034dca34035f3c55a92999edf7df037a141;p=thirdparty%2Fbugzilla.git Bug 282331 : Old comments get wrapped even if already_wrapped=1 Patch by Jussi Sirpoma r=mkanat a=myk --- diff --git a/Bugzilla/Bug.pm b/Bugzilla/Bug.pm index 4168cac19f..380aa6e32d 100755 --- a/Bugzilla/Bug.pm +++ b/Bugzilla/Bug.pm @@ -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