From 677dbd46e24df171a3820598594bfb1c7df9309a Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 15 Jun 2003 06:45:53 +0000 Subject: - Bugfix: fixed broken links in the emitted RSS feed discovery code. Modified patch by Kjartan. --- modules/blog/blog.module | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'modules/blog') diff --git a/modules/blog/blog.module b/modules/blog/blog.module index 4b503f024..7b96ddc89 100644 --- a/modules/blog/blog.module +++ b/modules/blog/blog.module @@ -54,9 +54,8 @@ function blog_head($main = 0) { $output = array(); - if ($mod == "blog" && $id) { - $account = user_load(array("uid" => $id)); - $output[] = "name. "'s blog\" href=\"". url("blog/view/$id") ."\" />"; + if ($mod == "blog") { + $output[] = ""; } return $output; -- cgit v1.2.3