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

double header output
patch by stu@xanboo.com (Stu Tomlinson), r=jouni, bbaetz
This commit is contained in:
bbaetz%student.usyd.edu.au 2002-06-15 05:34:42 +00:00
Родитель 7945f15535
Коммит 95c0318108
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -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";