From 8e6e33aa3bd5ca42068e8928baa8e2018aeb0017 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 21 May 2005 16:31:14 +0000 Subject: [PATCH] r177: That change product separate page crap was removed a long time ago --- editreport.php | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/editreport.php b/editreport.php index 25e3b84..7b80b1e 100644 --- a/editreport.php +++ b/editreport.php @@ -167,14 +167,7 @@ if ($_POST['do'] == 'update') WHERE commentid = $firstcomment[commentid]" ); - if ($bugsys->in['changeproduct']) - { - $_REQUEST['do'] = 'editproduct'; - } - else - { - $message->redirect('done with update bug', "showreport.php?bugid=$bug[bugid]"); - } + $message->redirect('done with update bug', "showreport.php?bugid=$bug[bugid]"); } // ################################################################### -- 2.22.5