diff options
Diffstat (limited to 'modules/user.module')
-rw-r--r-- | modules/user.module | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/user.module b/modules/user.module index 27188ad39..915d3414f 100644 --- a/modules/user.module +++ b/modules/user.module @@ -2,6 +2,11 @@ // $Id$ /** + * @file + * Enables the user registration and login system. + */ + +/** * Invokes hook_user() in every module. * * We cannot use module_invoke() for this, becuse the arguments need to |