Commit 93abc2aa authored by terry%netscape.com's avatar terry%netscape.com

Fixed stupid typo.

parent 903f703c
...@@ -135,7 +135,7 @@ foreach my $field ("rep_platform", "priority", "bug_severity", "url", ...@@ -135,7 +135,7 @@ foreach my $field ("rep_platform", "priority", "bug_severity", "url",
if (defined $::FORM{'qa_contact'}) { if (defined $::FORM{'qa_contact'}) {
my $name = trim($::FORM{'qa_contact'}); my $name = trim($::FORM{'qa_contact'});
if ($name ne $dontchange) { if ($name ne $::dontchange) {
my $id = 0; my $id = 0;
if ($name ne "") { if ($name ne "") {
$id = DBNameToIdAndCheck($name); $id = DBNameToIdAndCheck($name);
......
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