? dif
cvs diff: Diffing .
Index: location.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/location/location.module,v
retrieving revision 1.56
diff -u -F^f -r1.56 location.module
--- location.module	21 Feb 2006 01:39:04 -0000	1.56
+++ location.module	28 Feb 2006 01:07:06 -0000
@@ -752,6 +752,7 @@ function location_user($op, &$edit, &$us
     $form[0]['location']['#type'] = 'fieldset';
     $form[0]['location']['#title'] = t('Location');
     $form[0]['location']['#tree'] = TRUE;
+    $form[0]['location']['#collapsible'] = TRUE;
     $form[0]['location']['#description'] = t('Enter as much of your address as you are comfortable with. Your address will only be viewable by those who have the appropriate permissions. The site will be able to automatically link you to driving directions and other features if it already knows your address.');
     return $form;
   }
cvs diff: Diffing supported
