From bd108c7f1036858fc2b4293ee2bad0474129fab9 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 11 Nov 2008 16:49:38 +0000 Subject: - Patch #299778 by hswong3i, Arancaytar, Dave Reid et al: code clean-up. --- modules/forum/forum.module | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'modules/forum') diff --git a/modules/forum/forum.module b/modules/forum/forum.module index b73d42631..8473ddde5 100644 --- a/modules/forum/forum.module +++ b/modules/forum/forum.module @@ -156,9 +156,9 @@ function forum_init() { } /** - * _forum_nodeapi_check_node_type - * - * @param mixed $node + * _forum_nodeapi_check_node_type + * + * @param mixed $node * @param mixed $vocabulary * @access protected * @return bool @@ -235,7 +235,7 @@ function forum_nodeapi_prepare(&$node, $teaser, $page) { /** * Implementation of hook_nodeapi_validate(). - * + * * Check in particular that only a "leaf" term in the associated taxonomy. */ function forum_nodeapi_validate(&$node, $teaser, $page) { -- cgit v1.2.3