зеркало из https://github.com/mozilla/pjs.git
Bug 352699: bug creation time not available on bug creation
Patch by Olav Vitters <olav@bkor.dhs.org> r=LpSolit a=myk
This commit is contained in:
Родитель
12683e8588
Коммит
62a4bbdff3
|
@ -283,6 +283,8 @@ sub create {
|
|||
|
||||
$dbh->do('UPDATE bugs SET creation_ts = ? WHERE bug_id = ?', undef,
|
||||
$timestamp, $bug->bug_id);
|
||||
# Update the bug instance as well
|
||||
$bug->{creation_ts} = $timestamp;
|
||||
|
||||
# Add the CCs
|
||||
my $sth_cc = $dbh->prepare('INSERT INTO cc (bug_id, who) VALUES (?,?)');
|
||||
|
|
Загрузка…
Ссылка в новой задаче