From 9748a9f93d2de757a60dfa2656890dc1e764e486 Mon Sep 17 00:00:00 2001 From: "bbaetz%student.usyd.edu.au" <> Date: Sat, 15 Jun 2002 12:34:42 +0000 Subject: 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(-) (limited to 'editcomponents.cgi') diff --git a/editcomponents.cgi b/editcomponents.cgi index 19ac75c3a..f48566906 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"; -- cgit v1.2.3-24-g4f1b