diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-27 07:57:51 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-27 07:57:51 -0700 |
commit | 514915438b91f44cab1682ee7495e2ef43aeeab1 (patch) | |
tree | 814cad452cb96a6d451ce46426cfaa992972e552 /modules/user/module.info | |
parent | 0c6840dea28f9bd5d3bc15704708e51ed60aded9 (diff) |
Add a flag in the module.info (no_module_admin) to indicate that this module shouldn't be managed by the default module administration screen. This module will always be locked on that screen.
Diffstat (limited to 'modules/user/module.info')
-rw-r--r-- | modules/user/module.info | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/user/module.info b/modules/user/module.info index 8a9af407..36a2179a 100644 --- a/modules/user/module.info +++ b/modules/user/module.info @@ -1,3 +1,6 @@ name = "Users and Groups" -description = "Provides user and group management" +description = "Gallery 3 user and group management" version = 1 + +; Don't show this module on the module administration screen +no_module_admin = 1 |