summaryrefslogtreecommitdiff
path: root/modules/forum/forum.module
diff options
context:
space:
mode:
authorKjartan Mannes <kjartan@2.no-reply.drupal.org>2003-03-09 10:19:16 +0000
committerKjartan Mannes <kjartan@2.no-reply.drupal.org>2003-03-09 10:19:16 +0000
commitc2866848d104c952245d36e703a568909a7565bc (patch)
tree6184344da069fc1b3d4ca5865ee834ad67370372 /modules/forum/forum.module
parenta3b25924bd0b0737f8c17139b7fc62656d729492 (diff)
downloadbrdo-c2866848d104c952245d36e703a568909a7565bc.tar.gz
brdo-c2866848d104c952245d36e703a568909a7565bc.tar.bz2
- Removing some trailing whitespace I forgot to clean up.
Diffstat (limited to 'modules/forum/forum.module')
-rw-r--r--modules/forum/forum.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/forum/forum.module b/modules/forum/forum.module
index 80026a80d..58c13702a 100644
--- a/modules/forum/forum.module
+++ b/modules/forum/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));