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

index 40eb0fc8c217f22cc47b78f82a1404c68a6ee096..e43db35f3ee81f83172488813f2c0e75387bef2d 100755 (executable)
@@ -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.