]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Patch for bug 267560: CheckCanChangeField in process_bug.cgi shouldn't request the...
authorjocuri%softhome.net <>
Sat, 20 Nov 2004 20:31:04 +0000 (20:31 +0000)
committerjocuri%softhome.net <>
Sat, 20 Nov 2004 20:31:04 +0000 (20:31 +0000)
process_bug.cgi

index 4328a79fceaf62c643a9c80c7e186887b9aec72e..6ee94a161c1622d5f53c8efff39e934ffa906283 100755 (executable)
@@ -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