From 868f93ba8ec162c2a62ed42e0016ce6c07a2a7ea Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Fri, 24 Feb 2006 21:22:21 +0000 Subject: [PATCH] Tiny fix, Daniel --- docs/search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/search.php b/docs/search.php index 905054e969..88de549c1b 100644 --- a/docs/search.php +++ b/docs/search.php @@ -91,7 +91,7 @@ $result = NULL; $j = 0; if ($word) { - $result = mysql_query ("SELECT wordsArchive.relevance, wordsArchive.name, 'xml-list', archives.resource, archives.title FROM wordsArchive, archives WHERE LCASE(wordsArchive.name) LIKE LCASE('$word') and wordsArchive.ID = archives.ID ORDER BY relevance DESC LIMIT 75"); + $result = mysql_query ("SELECT wordsArchive.relevance, wordsArchive.name, 'libvir-list', archives.resource, archives.title FROM wordsArchive, archives WHERE LCASE(wordsArchive.name) LIKE LCASE('$word') and wordsArchive.ID = archives.ID ORDER BY relevance DESC LIMIT 75"); if ($result) { $j = mysql_num_rows($result); if ($j == 0) -- 2.47.2