From 8caf16cde4cebcea3534e9ff3803bef2092374b2 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 30 Sep 2001 10:01:55 +0000 Subject: - small improvement to the "user blogs" block --- modules/blog/blog.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/blog/blog.module') diff --git a/modules/blog/blog.module b/modules/blog/blog.module index 58c5d9e03..19e8b97e1 100644 --- a/modules/blog/blog.module +++ b/modules/blog/blog.module @@ -352,7 +352,7 @@ function blog_block() { $result = db_query("SELECT u.uid, u.name, n.timestamp, n.title, n.nid FROM node n LEFT JOIN user u ON n.author = u.uid WHERE n.type = 'blog' ORDER BY n.nid DESC LIMIT 10"); while ($node = db_fetch_object($result)) { - $output .= "uid\">". check_output($node->title) ."
\n"; + $output .= "nid\">". check_output($node->title) ."
\n"; } $block[0]["subject"] = "". t("User blogs") .""; -- cgit v1.2.3