diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-11-11 16:49:38 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-11-11 16:49:38 +0000 |
commit | bd108c7f1036858fc2b4293ee2bad0474129fab9 (patch) | |
tree | fd5a88544ca93829c2f38b9e1f4da4e7fef051e9 /modules/forum/forum.module | |
parent | ea02bd1d2e1b8f134ac810116223a42883b41c73 (diff) | |
download | brdo-bd108c7f1036858fc2b4293ee2bad0474129fab9.tar.gz brdo-bd108c7f1036858fc2b4293ee2bad0474129fab9.tar.bz2 |
- Patch #299778 by hswong3i, Arancaytar, Dave Reid et al: code clean-up.
Diffstat (limited to 'modules/forum/forum.module')
-rw-r--r-- | modules/forum/forum.module | 8 |
1 files changed, 4 insertions, 4 deletions
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) { |