Index: nodeprofile.module =================================================================== RCS file: /cvs/drupal/contributions/modules/nodeprofile/Attic/nodeprofile.module,v retrieving revision 1.7.2.32 diff -u -p -r1.7.2.32 nodeprofile.module --- nodeprofile.module 3 Jan 2008 21:32:56 -0000 1.7.2.32 +++ nodeprofile.module 30 Mar 2008 20:34:10 -0000 @@ -523,7 +523,7 @@ function nodeprofile_get_register_form() $form[$type]['form'] = array( '#type' => 'subform', '#id' => $type. '_node_form', - '#data_separation' => FALSE, + '#data_separation' => TRUE, '#arguments' => array($node), '#subform_after_build' => array('nodeprofile_integration_adapt_node_form'), );