From 3d64cb5ecae7c0d093e1343f87901769dc7d819e Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 12 Jun 2009 08:39:40 +0000 Subject: - Patch #372743 by bjaspan, yched, KarenS, catch et al: node body and teasers as fields. Oh, my. --- modules/forum/forum.module | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules/forum/forum.module') diff --git a/modules/forum/forum.module b/modules/forum/forum.module index eac3c58c8..8579ca519 100644 --- a/modules/forum/forum.module +++ b/modules/forum/forum.module @@ -549,8 +549,6 @@ function forum_form($node, $form_state) { $form['shadow'] = array('#type' => 'checkbox', '#title' => t('Leave shadow copy'), '#default_value' => $shadow, '#description' => t('If you move this topic, you can leave a link in the old forum to the new forum.')); } - $form['body_field'] = node_body_field($node, $type->body_label, 1); - $form['#submit'][] = 'forum_submit'; // Assign the forum topic submit handler. -- cgit v1.2.3