From 8077f5f450239e1d9b74ec35fa6c1aeb7f107a05 Mon Sep 17 00:00:00 2001 From: "bbaetz%student.usyd.edu.au" <> Date: Sat, 15 Jun 2002 12:35:59 +0000 Subject: [PATCH] Bug 148712 - add component with error/invalid initial owner results in double header output patch by stu@xanboo.com (Stu Tomlinson), r=jouni, bbaetz --- editcomponents.cgi | 4 ---- 1 file changed, 4 deletions(-) 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"; -- 2.47.2