summaryrefslogtreecommitdiffstats
path: root/globals.pl
diff options
context:
space:
mode:
Diffstat (limited to 'globals.pl')
-rw-r--r--globals.pl2
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 {