diff options
-rw-r--r-- | globals.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/globals.pl b/globals.pl index 90d2513b7..009b8b235 100644 --- a/globals.pl +++ b/globals.pl @@ -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 { |