From 6984830a018fdff705725186717a510ece0376fb Mon Sep 17 00:00:00 2001 From: "William M. Brack" Date: Mon, 22 Sep 2003 00:24:51 +0000 Subject: fixed a warning message (trivial) removed incorrect warning message when * error.c: fixed a warning message (trivial) * doc/search.php: removed incorrect warning message when word search not found in last of multiple tables (bug 119535) --- doc/search.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'doc/search.php') diff --git a/doc/search.php b/doc/search.php index ed11884c..b00f12d6 100644 --- a/doc/search.php +++ b/doc/search.php @@ -386,9 +386,6 @@ A:link, A:visited, A:active { text-decoration: underline } mysql_free_result($result); } } - if (($j <= 0) && ($k <= 0)) { - echo "

No result found for $word\n"; - } } mysql_close($link); $nb = count($results); -- cgit v1.2.3