diff options
author | Dries Buytaert <dries@buytaert.net> | 2005-10-07 06:51:43 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2005-10-07 06:51:43 +0000 |
commit | a1ae4da70b7fa74bc4314c535f0482c4086cab0d (patch) | |
tree | 758bba956562f0b41d90bf938616d08bf0091930 /modules/forum.module | |
parent | e19af57a9a93ee5281d8e1f333eb175467ff961e (diff) | |
download | brdo-a1ae4da70b7fa74bc4314c535f0482c4086cab0d.tar.gz brdo-a1ae4da70b7fa74bc4314c535f0482c4086cab0d.tar.bz2 |
- Removing tabs and trailing whitespaces.
Diffstat (limited to 'modules/forum.module')
-rw-r--r-- | modules/forum.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/forum.module b/modules/forum.module index 547c34ec9..ed53943ed 100644 --- a/modules/forum.module +++ b/modules/forum.module @@ -564,7 +564,7 @@ function forum_form(&$node) { else { $node->taxonomy = array($node->tid); } - + if (function_exists('taxonomy_node_form')) { $form['taxonomy'] = taxonomy_node_form('forum', $node); } |