summaryrefslogtreecommitdiffstats
path: root/editcomponents.cgi
diff options
context:
space:
mode:
authorbbaetz%student.usyd.edu.au <>2002-06-15 14:34:42 +0200
committerbbaetz%student.usyd.edu.au <>2002-06-15 14:34:42 +0200
commit9748a9f93d2de757a60dfa2656890dc1e764e486 (patch)
treeceb412ec69e1e72a32d50e437b5c0deb67303b56 /editcomponents.cgi
parente6efba1369ac50596398c8b6061a22e2801cf301 (diff)
downloadbugzilla-9748a9f93d2de757a60dfa2656890dc1e764e486.tar.gz
bugzilla-9748a9f93d2de757a60dfa2656890dc1e764e486.tar.xz
Bug 148712 - add component with error/invalid initial owner results in
double header output patch by stu@xanboo.com (Stu Tomlinson), r=jouni, bbaetz
Diffstat (limited to 'editcomponents.cgi')
-rwxr-xr-xeditcomponents.cgi4
1 files changed, 0 insertions, 4 deletions
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";