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 git-svn-id: svn://10.0.0.236/trunk@168456 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -940,7 +940,7 @@ sub insert
|
||||
@newvalues = map(SqlQuote($_), @newvalues);
|
||||
|
||||
# Update the bug record. Note that this doesn't involve login_name.
|
||||
SendSQL("UPDATE bugs SET " .
|
||||
SendSQL("UPDATE bugs SET delta_ts = $sql_timestamp, " .
|
||||
join(", ", map("$fields[$_] = $newvalues[$_]", (0..2))) .
|
||||
" WHERE bug_id = $::FORM{'bugid'}");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user