Bug 148712 - add component with error/invalid initial owner results in

double header output patch by stu@xanboo.com (Stu Tomlinson), r=jouni, bbaetz
parent e6efba13
......@@ -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";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment