]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fixed stupid typo.
authorterry%netscape.com <>
Thu, 28 Jan 1999 05:23:06 +0000 (05:23 +0000)
committerterry%netscape.com <>
Thu, 28 Jan 1999 05:23:06 +0000 (05:23 +0000)
process_bug.cgi

index 3fa61a851db8f6954806e602139d5327965c094d..f68b7e186a6369e46e4dfe5f467420d0dd91e40f 100755 (executable)
@@ -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);