Index: content_profile.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/content_profile/Attic/content_profile.module,v
retrieving revision 1.1.2.10
diff -u -p -r1.1.2.10 content_profile.module
--- content_profile.module	20 Jun 2008 11:07:06 -0000	1.1.2.10
+++ content_profile.module	30 Sep 2008 17:01:30 -0000
@@ -153,7 +153,7 @@ function content_profile_form_alter(&$fo
       '#type' => 'fieldset',
       '#title' => t('Content Profile'),
       '#collapsible' => TRUE,
-      '#weight' => 32,
+      '#weight' => 1,
     );
     $form['content_profile']['content_profile'] = array(
       '#type' => 'checkbox',
