? .svn ? datasep.patch ? nodeprofile.module.31 ? nodeprofile.module.32 Index: nodeprofile.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/nodeprofile/Attic/nodeprofile.module,v retrieving revision 1.7.2.32 diff -u -r1.7.2.32 nodeprofile.module --- nodeprofile.module 3 Jan 2008 21:32:56 -0000 1.7.2.32 +++ nodeprofile.module 1 Apr 2008 19:13:04 -0000 @@ -523,7 +523,7 @@ $form[$type]['form'] = array( '#type' => 'subform', '#id' => $type. '_node_form', - '#data_separation' => FALSE, +// '#data_separation' => FALSE, '#arguments' => array($node), '#subform_after_build' => array('nodeprofile_integration_adapt_node_form'), );