From 532233a9792c2495ba31d1f0b211d61ddec9ea6e Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 20 May 2001 19:30:39 +0000 Subject: - Removed includes/timer.inc: it has been integrated in common.inc. - Fixed a bug in node.php: UnConeD forgot to update 1 node_get_object(). - I changed the look of theme_morelink() a bit: it might not look better, but at least the output is "correct". - Various small improvements. --- includes/search.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/search.inc') diff --git a/includes/search.inc b/includes/search.inc index 11247c525..f15db5ee6 100644 --- a/includes/search.inc +++ b/includes/search.inc @@ -10,7 +10,7 @@ function search_form($keys) { } function search_data($keys, $type) { - if ($keys && $type && $result = module_invoke($type, "search", check_input($keys))) { + if ($keys && $type && $result = module_invoke($type, "search", check_query($keys))) { foreach ($result as $entry) { $output .= "

\n"; $output .= " $entry[title]
"; -- cgit v1.2.3