From 8213f5b2627a6b63db9f84b572918bd7e3254dff Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 6 Apr 2001 14:14:16 +0000 Subject: A lot of small changes (search-n-replace) make a big commit: - fixed update bug in book.module - provide a log message when both adding and updating book pages - all configurable variables are now accessed through "variable_get()": - rewrote watchdog and submission throttle and removed watchdog.inc - improved robustness of sections.inc - imporved story.module - updated ./database/database.sql --- 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 cf47ebda8..851bc3a3a 100644 --- a/includes/search.inc +++ b/includes/search.inc @@ -15,7 +15,7 @@ function search_data($keys, $type) { foreach ($result as $entry) { $output .= "

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

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