aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
authortravis%sedsystems.ca <>2005-01-29 03:01:27 +0000
committertravis%sedsystems.ca <>2005-01-29 03:01:27 +0000
commited20d719e2df695ed2c9127f364886b902d82a24 (patch)
tree78e3a5205b856822753ff44d7e49f6b967b1d86d /Bugzilla
parentfc649d472490ea13b935eccf1ecd692dd7112fd4 (diff)
downloadbugs-ed20d719e2df695ed2c9127f364886b902d82a24.tar
bugs-ed20d719e2df695ed2c9127f364886b902d82a24.tar.gz
bugs-ed20d719e2df695ed2c9127f364886b902d82a24.tar.bz2
bugs-ed20d719e2df695ed2c9127f364886b902d82a24.tar.xz
bugs-ed20d719e2df695ed2c9127f364886b902d82a24.zip
Bug 257315 : type of delta_ts in bugs table should not be timestamp
Patch by Tomas Kopal <Tomas.Kopal@altap.cz> r=vladd, LpSolit a=justdave
Diffstat (limited to 'Bugzilla')
-rw-r--r--Bugzilla/BugMail.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/Bugzilla/BugMail.pm b/Bugzilla/BugMail.pm
index 6b77f6d94..9df905f32 100644
--- a/Bugzilla/BugMail.pm
+++ b/Bugzilla/BugMail.pm
@@ -415,8 +415,7 @@ sub ProcessOneBug($) {
}
- SendSQL("UPDATE bugs SET lastdiffed = '$end', delta_ts = delta_ts " .
- "WHERE bug_id = $id");
+ SendSQL("UPDATE bugs SET lastdiffed = '$end' WHERE bug_id = $id");
# Filter the exclude list for dupes one last time
@excludedAddresses = filterExcludeList(\@excludedAddresses,