Index: content.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/cck/content.module,v retrieving revision 1.90 diff -u -r1.90 content.module --- content.module 19 Nov 2006 00:37:24 -0000 1.90 +++ content.module 22 Nov 2006 08:22:58 -0000 @@ -278,7 +278,6 @@ if (isset($form['type'])) { $node = $form['#node']; if ($form['type']['#value'] .'_node_form' == $form_id) { - $content_form = content_form($node); $form = array_merge($form, content_form($node)); } }