From fb73a77e83ee70b1cdf2dfcfb76670d72e8229e4 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Sat, 20 Nov 2004 20:28:24 +0000 Subject: [PATCH] =?utf8?q?Patch=20for=20bug=20267560:=20CheckCanChangeFiel?= =?utf8?q?d=20in=20process=5Fbug.cgi=20shouldn't=20request=20the=20bug=20o?= =?utf8?q?wner,=20QA=20contact=20and=20reporter=20too=20many=20times;=20pa?= =?utf8?q?tch=20by=20Fr=C3=A9d=C3=A9ric=20Buclin=20,?= =?utf8?q?=20r=3Djustdave,=20a=3Djustdave.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- process_bug.cgi | 1 + 1 file changed, 1 insertion(+) diff --git a/process_bug.cgi b/process_bug.cgi index 40eb0fc8c2..e43db35f3e 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -277,6 +277,7 @@ sub CheckCanChangeField { SendSQL("SELECT reporter, assigned_to, qa_contact FROM bugs " . "WHERE bug_id = $bugid"); ($reporterid, $ownerid, $qacontactid) = (FetchSQLData()); + $lastbugid = $bugid; } # Let reporter change bug status, even if they can't edit bugs. # If reporter can't re-open their bug they will just file a duplicate. -- 2.47.2