diff options
Diffstat (limited to 'modules/profile.module')
-rw-r--r-- | modules/profile.module | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/profile.module b/modules/profile.module index 9d43d5aef..e379d75db 100644 --- a/modules/profile.module +++ b/modules/profile.module @@ -2,6 +2,11 @@ // $Id$ /** + * @file + * Support for configurable user profiles. + */ + +/** * Flags to define the visibility of a profile field. */ define('PROFILE_PRIVATE', 1); |