Commit cb395034 authored by travis%sedsystems.ca's avatar travis%sedsystems.ca

Bug 282331 : Old comments get wrapped even if already_wrapped=1

Patch by Jussi Sirpoma <jussi@comlink.fi> r=mkanat a=myk
parent d40e5258
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment