From: terry%netscape.com <> Date: Thu, 28 Jan 1999 05:23:06 +0000 (+0000) Subject: Fixed stupid typo. X-Git-Tag: bugzilla-2.2~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93abc2aa4bdfec6106c87b64638f9e4a0fca8add;p=thirdparty%2Fbugzilla.git Fixed stupid typo. --- diff --git a/process_bug.cgi b/process_bug.cgi index 3fa61a851d..f68b7e186a 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -135,7 +135,7 @@ foreach my $field ("rep_platform", "priority", "bug_severity", "url", if (defined $::FORM{'qa_contact'}) { my $name = trim($::FORM{'qa_contact'}); - if ($name ne $dontchange) { + if ($name ne $::dontchange) { my $id = 0; if ($name ne "") { $id = DBNameToIdAndCheck($name);