]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fixed stupid typo that caused exact email searches in descriptions to crash.
authorterry%mozilla.org <>
Sun, 23 Jan 2000 12:01:25 +0000 (12:01 +0000)
committerterry%mozilla.org <>
Sun, 23 Jan 2000 12:01:25 +0000 (12:01 +0000)
buglist.cgi

index 02188e647d715db96cd9e237cb2229882c30f6e6..075f0dd9c82ee56d8ace0410824992187b95419a 100755 (executable)
@@ -386,7 +386,7 @@ foreach my $id ("1", "2") {
             if ($field eq "cc") {
                 $query .= "\t$lead cc.who = $emailid\n";
             } elsif ($field eq "longdesc") {
-                $query .= "\t$lead longdesc.who = $emailid\n";
+                $query .= "\t$lead longdescs.who = $emailid\n";
             } else {
                 $query .= "\t$lead $field = $emailid\n";
             }