From 2d1e9126cb10f52e7711ce121f8bdaa5bdc71aa4 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 16 Sep 2001 11:33:14 +0000 Subject: - Added the new user module! --- 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 d1cdf9c97..e3062496a 100644 --- a/includes/search.inc +++ b/includes/search.inc @@ -14,7 +14,7 @@ function search_data($keys, $type) { foreach ($result as $entry) { $output .= "

\n"; $output .= " $entry[title]
"; - $output .= " $entry[link]". ($entry[user] ? " - ". format_name($entry[user], $entry[name]) : "") ."". ($entry[date] ? " - ". format_date($entry[date], "small") : "") .""; + $output .= " $entry[link]". ($entry[user] ? " - $entry[user]" : "") ."". ($entry[date] ? " - ". format_date($entry[date], "small") : "") .""; $output .= "

\n"; } } -- cgit v1.2.3