From d9e238bc897b7614a81784dbebc69b9a155c9539 Mon Sep 17 00:00:00 2001 From: "justdave%bugzilla.org" <> Date: Sun, 30 Jan 2005 12:22:27 +0000 Subject: Backing out the checking from bug 257315 until it gets corrected. It prevents new bugs from being filed. a=justdave --- Bugzilla/BugMail.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Bugzilla/BugMail.pm') diff --git a/Bugzilla/BugMail.pm b/Bugzilla/BugMail.pm index 9df905f32..6b77f6d94 100644 --- a/Bugzilla/BugMail.pm +++ b/Bugzilla/BugMail.pm @@ -415,7 +415,8 @@ sub ProcessOneBug($) { } - SendSQL("UPDATE bugs SET lastdiffed = '$end' WHERE bug_id = $id"); + SendSQL("UPDATE bugs SET lastdiffed = '$end', delta_ts = delta_ts " . + "WHERE bug_id = $id"); # Filter the exclude list for dupes one last time @excludedAddresses = filterExcludeList(\@excludedAddresses, -- cgit v1.2.3-24-g4f1b