diff options
author | travis%sedsystems.ca <> | 2005-02-09 01:51:02 +0100 |
---|---|---|
committer | travis%sedsystems.ca <> | 2005-02-09 01:51:02 +0100 |
commit | f8aeecaf8cd33d87315c5a50be9a762e142062a4 (patch) | |
tree | c92dc215a4f6780005bacf825fb6fbdc39552ae1 /editmilestones.cgi | |
parent | c0df359943e8b746f02f5c43d25e5ffea99f8d19 (diff) | |
download | bugzilla-f8aeecaf8cd33d87315c5a50be9a762e142062a4.tar.gz bugzilla-f8aeecaf8cd33d87315c5a50be9a762e142062a4.tar.xz |
Bug 257315 : type of delta_ts in bugs table should not be timestamp
Patch by Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, LpSolit a=justdave
Diffstat (limited to 'editmilestones.cgi')
-rwxr-xr-x | editmilestones.cgi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editmilestones.cgi b/editmilestones.cgi index 160385104..6d47fc6af 100755 --- a/editmilestones.cgi +++ b/editmilestones.cgi @@ -548,8 +548,7 @@ if ($action eq 'update') { trick_taint($milestoneold); $dbh->do('UPDATE bugs - SET target_milestone = ?, - delta_ts = delta_ts + SET target_milestone = ? WHERE target_milestone = ? AND product_id = ?', undef, |