diff options
author | bbaetz%student.usyd.edu.au <> | 2002-03-04 07:06:19 +0100 |
---|---|---|
committer | bbaetz%student.usyd.edu.au <> | 2002-03-04 07:06:19 +0100 |
commit | 71cf359f2a6fb43f6cc529fb36f41000a7fd796e (patch) | |
tree | e33490ebde8174bd05f322e34311ea4c0ed8f17f /editcomponents.cgi | |
parent | e13d5c8aba26905724af6ffff0ce5d353c0ced31 (diff) | |
download | bugzilla-71cf359f2a6fb43f6cc529fb36f41000a7fd796e.tar.gz bugzilla-71cf359f2a6fb43f6cc529fb36f41000a7fd796e.tar.xz |
Bug 106377 - processmail rescanall should use lastdiffed
r=justdave, ddkilzer@theracingworld.com
Diffstat (limited to 'editcomponents.cgi')
-rwxr-xr-x | editcomponents.cgi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editcomponents.cgi b/editcomponents.cgi index 4d4079626..310ce5f01 100755 --- a/editcomponents.cgi +++ b/editcomponents.cgi @@ -787,7 +787,8 @@ if ($action eq 'update') { } SendSQL("UPDATE bugs - SET component=" . SqlQuote($component) . " + SET component=" . SqlQuote($component) . ", + delta_ts = delta_ts WHERE component=" . SqlQuote($componentold) . " AND product=" . SqlQuote($product)); SendSQL("UPDATE components |