From eb732e31f235fbffd3cbc8f74d654573e042b81f Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Fri, 14 Oct 2005 00:31:42 +0000 Subject: [PATCH] Don't let the user change the parent application when a new version is being submitted, they got to the submit version screen through an application parent, we should stick with that --- appsubmit.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/appsubmit.php b/appsubmit.php index 794bd69..cdc6ba3 100644 --- a/appsubmit.php +++ b/appsubmit.php @@ -142,12 +142,10 @@ if (isset($_REQUEST['apptype'])) if($_REQUEST['apptype'] == 1) { $oApp->OutputEditor($_REQUEST['appVendorName']); - $oVersion->OutputEditor(false); - } else - { - $oVersion->OutputEditor(true); } + $oVersion->OutputEditor(false); /* don't let the user change the parent application */ + echo '',"\n"; // new application and version