diff options
Diffstat (limited to 'process_bug.cgi')
-rwxr-xr-x | process_bug.cgi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/process_bug.cgi b/process_bug.cgi index 913ff8f18..22dff72e9 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -443,6 +443,9 @@ SWITCH: for ($::FORM{'knob'}) { PuntTryAgain("You must specify a component whose owner should " . "get assigned these bugs."); } + if ($::FORM{'compconfirm'}) { + DoConfirm(); + } ChangeStatus('NEW'); SendSQL("select initialowner from components where program=" . SqlQuote($::FORM{'product'}) . " and value=" . |