diff options
author | Kjartan Mannes <kjartan@2.no-reply.drupal.org> | 2004-04-29 23:27:15 +0000 |
---|---|---|
committer | Kjartan Mannes <kjartan@2.no-reply.drupal.org> | 2004-04-29 23:27:15 +0000 |
commit | dfd66f998d9f00a312f8e903c191a5b5dc7ad87c (patch) | |
tree | 13da33c25e8a9ae365574c2aa1e493605cf1c064 /modules/user.module | |
parent | 7e017fce0f0bb407455f1823479da510517c10e6 (diff) | |
download | brdo-dfd66f998d9f00a312f8e903c191a5b5dc7ad87c.tar.gz brdo-dfd66f998d9f00a312f8e903c191a5b5dc7ad87c.tar.bz2 |
- Fixed sitewide timezone settings not being saved.
- Making sure profile fields are saved properly.
Diffstat (limited to 'modules/user.module')
-rw-r--r-- | modules/user.module | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/user.module b/modules/user.module index 51b31d817..87429db67 100644 --- a/modules/user.module +++ b/modules/user.module @@ -1120,7 +1120,6 @@ function _user_profile($edit, $account) { } } } - $output = ''; foreach ($groups as $title => $form) { $output .= form_group($title, $form); |