From a1222d6430f86ed83aa4d464f30fe2e9742a4d1d Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 24 Sep 2001 18:46:07 +0000 Subject: - Fixed translation bugs (reported by Alexander Schwartz) --- includes/search.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'includes') diff --git a/includes/search.inc b/includes/search.inc index e3062496a..e05b527d6 100644 --- a/includes/search.inc +++ b/includes/search.inc @@ -2,14 +2,17 @@ function search_form($keys) { global $REQUEST_URI; + $output .= "
\n"; $output .= " "; $output .= " \n"; $output .= "
\n"; + return $output; } function search_data($keys, $type) { + if ($keys && $type && $result = module_invoke($type, "search", check_query($keys))) { foreach ($result as $entry) { $output .= "

\n"; -- cgit v1.2.3