]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 148712 - add component with error/invalid initial owner results in
authorbbaetz%student.usyd.edu.au <>
Sat, 15 Jun 2002 12:35:59 +0000 (12:35 +0000)
committerbbaetz%student.usyd.edu.au <>
Sat, 15 Jun 2002 12:35:59 +0000 (12:35 +0000)
double header output
patch by stu@xanboo.com (Stu Tomlinson), r=jouni, bbaetz

editcomponents.cgi

index 19ac75c3a69d1fe2320efa0c4cb7827b162de6f4..f48566906209a84c48e0dacf4ef8ff4d44106fa4 100755 (executable)
@@ -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";