Commit 25b1e39f authored by terry%mozilla.org's avatar terry%mozilla.org

Continue making the last-changed date on a bug be updated if someone only adds a comment.

parent 6396d46e
......@@ -115,6 +115,8 @@ sub AppendComment {
SendSQL("INSERT INTO longdescs (bug_id, who, bug_when, thetext) " .
"VALUES($bugid, $whoid, now(), " . SqlQuote($comment) . ")");
SendSQL("UPDATE bugs SET delta_ts = now() WHERE bug_id = $bugid");
}
sub lsearch {
......
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