From 9551bf08f4615bf875be4e9156cf2ecc383cd8c3 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 15 May 2006 06:11:00 +0000 Subject: - Patch #63492 by zirafa: removed redundant semicolon. --- modules/blog.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/blog.module') diff --git a/modules/blog.module b/modules/blog.module index b59d7bc7d..d1246f31c 100644 --- a/modules/blog.module +++ b/modules/blog.module @@ -238,7 +238,7 @@ function blog_view(&$node, $teaser = FALSE, $page = FALSE) { $breadcrumb[] = array('path' => 'node/'. $node->nid); menu_set_location($breadcrumb); } - $node = node_prepare($node, $teaser);; + $node = node_prepare($node, $teaser); } /** -- cgit v1.2.3