From c2866848d104c952245d36e703a568909a7565bc Mon Sep 17 00:00:00 2001 From: Kjartan Mannes Date: Sun, 9 Mar 2003 10:19:16 +0000 Subject: - Removing some trailing whitespace I forgot to clean up. --- modules/forum.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/forum.module') diff --git a/modules/forum.module b/modules/forum.module index 80026a80d..58c13702a 100644 --- a/modules/forum.module +++ b/modules/forum.module @@ -173,7 +173,7 @@ function forum_validate(&$node) { $node->teaser = filter($node->teaser); $node->icon = $node->icon ? $node->icon : ""; $node->shadow = $node->shadow ? $node->shadow : 0; - $node->tid = $node->tid ? $node->tid : 0; + $node->tid = $node->tid ? $node->tid : 0; // We use the validate hook to remember the old taxonomy terms: if ($node->tid) { $node->taxonomy = array_keys(taxonomy_node_get_terms($node->nid)); -- cgit v1.2.3