mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-30 01:59:29 +00:00
Continue making the last-changed date on a bug be updated if someone only adds a comment.
This commit is contained in:
parent
055416e250
commit
9c38b30d28
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user