Bug 65252

git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@796 6955db30-a419-402b-8a0d-67ecbb4d7f56
master
vfilippov 2010-06-10 15:11:35 +00:00
parent e488178bc8
commit 6010104821
1 changed files with 2 additions and 1 deletions

View File

@ -146,6 +146,8 @@ Bugzilla::User::match_field({
'assigned_to' => { 'type' => 'single' },
});
print $cgi->header() unless Bugzilla->usage_mode == USAGE_MODE_EMAIL;
# Check for a mid-air collision. Currently this only works when updating
# an individual bug.
if (defined $cgi->param('delta_ts'))
@ -736,7 +738,6 @@ elsif (($action eq 'next_bug' or $action eq 'same_bug') && ($bug = $vars->{bug})
}
}
print $cgi->header();
if ($action ne 'nothing') {
ThrowCodeError("invalid_post_bug_submit_action");
}