]> 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:30:24 +0000 (20:30 +0000)
committerjocuri%softhome.net <>
Sat, 20 Nov 2004 20:30:24 +0000 (20:30 +0000)
process_bug.cgi

index 55e60db668f36ff28c63440df925e4d2774124e6..c341dea7ea82fae6a69ea002bd54f01191302656 100755 (executable)
@@ -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