Index: editcomponents.cgi =================================================================== RCS file: /cvsroot/mozilla/webtools/bugzilla/editcomponents.cgi,v retrieving revision 1.22 diff -u -r1.22 editcomponents.cgi --- editcomponents.cgi 29 Apr 2002 19:32:27 -0000 1.22 +++ editcomponents.cgi 3 Jun 2002 03:31:19 -0000 @@ -395,10 +395,6 @@ } 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";