From accd029ef784cabbd5b516cbfa4e9b56b97baf4f Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Sat, 20 Nov 2004 20:30: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 55e60db668..c341dea7ea 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -443,6 +443,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 -- 2.47.2