From c64db1da29a6b2067f09e66e5e85e8877b489cb0 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 31 Aug 2006 20:22:37 +0000 Subject: - Patch #80952 by earl, webchick, neclimdul et al: .info files --- modules/profile/profile.module | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules/profile/profile.module') diff --git a/modules/profile/profile.module b/modules/profile/profile.module index 66d4ef84d..2d473203e 100644 --- a/modules/profile/profile.module +++ b/modules/profile/profile.module @@ -40,8 +40,6 @@ function profile_help($section) { ', array('@profile' => url('profile'), '@admin-settings-profile' => url('admin/user/profile'))); $output .= '

'. t('For more information please read the configuration and customization handbook Profile page.', array('@profile' => 'http://drupal.org/handbook/modules/profile/')) .'

'; return $output; - case 'admin/settings/modules#description': - return t('Supports configurable user profiles.'); case 'admin/user/profile': return t('

Here you can define custom fields that users can fill in in their user profile (such as country, real name, age, ...).

'); } -- cgit v1.2.3