"not fond" -> "not found"

This commit is contained in:
Michael Haro 2000-08-08 06:04:10 +00:00
parent 975b0069e0
commit 360a035769
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=7810

View file

@ -26,7 +26,7 @@
# #
# Search a mail by Message-ID, References or In-Reply-To field # Search a mail by Message-ID, References or In-Reply-To field
# #
# $FreeBSD: www/en/cgi/mid.cgi,v 1.8 1999/09/06 07:02:40 peter Exp $ # $FreeBSD: www/en/cgi/mid.cgi,v 1.9 2000/06/18 16:15:33 wosch Exp $
$hsty_base = ''; $hsty_base = '';
@ -76,7 +76,7 @@ sub get_id {
if ($#idlist < 0) { # nothing found if ($#idlist < 0) { # nothing found
print &midheader; print &midheader;
if ($db eq 'mid') { if ($db eq 'mid') {
print qq{Message-ID: "$query" not fond\n}; print qq{Message-ID: "$query" not found\n};
} else { } else {
print qq{No answers found for: "$query"\n}; print qq{No answers found for: "$query"\n};
} }