From: bbaetz%student.usyd.edu.au <> Date: Sat, 15 Jun 2002 12:35:59 +0000 (+0000) Subject: Bug 148712 - add component with error/invalid initial owner results in X-Git-Tag: bugzilla-2.16~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8077f5f450239e1d9b74ec35fa6c1aeb7f107a05;p=thirdparty%2Fbugzilla.git Bug 148712 - add component with error/invalid initial owner results in double header output patch by stu@xanboo.com (Stu Tomlinson), r=jouni, bbaetz --- diff --git a/editcomponents.cgi b/editcomponents.cgi index 19ac75c3a6..f485669062 100755 --- a/editcomponents.cgi +++ b/editcomponents.cgi @@ -395,10 +395,6 @@ if ($action eq 'new') { } my $initialowner = trim($::FORM{initialowner} || ''); - # - # Now validating to make sure it's too an existing account - # - DBNameToIdAndCheck($initialowner); if ($initialowner eq '') { print "You must enter an initial owner for the component '$component'. Please press\n";