aboutsummaryrefslogtreecommitdiffstats
path: root/doc/search.php
diff options
context:
space:
mode:
authorWilliam M. Brack <wbrack@src.gnome.org>2003-09-22 00:24:51 +0000
committerWilliam M. Brack <wbrack@src.gnome.org>2003-09-22 00:24:51 +0000
commit6984830a018fdff705725186717a510ece0376fb (patch)
tree0bb53c6b873b1499e18d4086c7e6b53e20992b67 /doc/search.php
parente72c508cd0c7a829602906f54fa8a29abaf3afa6 (diff)
downloadandroid_external_libxml2-6984830a018fdff705725186717a510ece0376fb.tar.gz
android_external_libxml2-6984830a018fdff705725186717a510ece0376fb.tar.bz2
android_external_libxml2-6984830a018fdff705725186717a510ece0376fb.zip
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)
Diffstat (limited to 'doc/search.php')
-rw-r--r--doc/search.php3
1 files changed, 0 insertions, 3 deletions
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 "<p> No result found for $word\n";
- }
}
mysql_close($link);
$nb = count($results);