Commit 55401381 authored by jocuri%softhome.net's avatar jocuri%softhome.net

Patch for bug 267560: CheckCanChangeField in process_bug.cgi shouldn't request…

Patch for bug 267560: CheckCanChangeField in process_bug.cgi shouldn't request the bug owner, QA contact and reporter too many times; patch by Frédéric Buclin <LpSolit@netscape.net>, r=justdave, a=justdave.
parent 6d44951f
......@@ -442,6 +442,7 @@ sub CheckCanChangeField {
SendSQL("SELECT reporter, assigned_to, qa_contact FROM bugs
WHERE bug_id = $bugid");
($reporterid, $ownerid, $qacontactid) = (FetchSQLData());
$lastbugid = $bugid;
}
# END DO_NOT_CHANGE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment