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) --- 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 eeee99f8d..df53e2b49 100644 --- a/modules/blog/blog.module +++ b/modules/blog/blog.module @@ -100,7 +100,7 @@ function blog_page_user($uid = 0, $date = 0) { $output .= "uid&date=". mktime(23, 59, 59, date("n", $blog->timestamp), date("d", $blog->timestamp), date("Y", $blog->timestamp)) ."\">". format_date($blog->timestamp, custom, "d M Y") .":"; } - if ($user->uid && $user->name == $name) { + if ($user->uid && $user->uid == $uid) { $links[] = "nid\">". t("edit") .""; } -- cgit v1.2.3