From 729fa6c11b604dc549fb8385a03fb9af28ca68d3 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 7 Aug 2006 15:04:16 +0000 Subject: - Patch #77422 by timcn: corrected various paths in the documentation. --- modules/forum/forum.module | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/forum/forum.module') diff --git a/modules/forum/forum.module b/modules/forum/forum.module index ec1caa25d..2c414ed0e 100644 --- a/modules/forum/forum.module +++ b/modules/forum/forum.module @@ -17,8 +17,8 @@ function forum_help($section) { $output .= '

'. t('Forums module requires Taxonomy and Comments module be enabled.') .'

'; $output .= t('

You can

@@ -341,7 +341,7 @@ function forum_submit(&$node) { } } $old_tid = db_result(db_query_range("SELECT tid FROM {forum} WHERE nid = %d ORDER BY vid DESC", $node->nid, 0,1)); - if ($old_tid) { + if ($old_tid) { if (($node->tid != $old_tid) && $node->shadow) { // A shadow copy needs to be created. Retain new term and add old term. $node->taxonomy[] = $old_tid; -- cgit v1.2.3