mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
- some ucp changes (added the module info too)
git-svn-id: file:///svn/phpbb/trunk@5302 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -371,4 +371,31 @@ class ucp_groups
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @package module_install
|
||||
*/
|
||||
class ucp_groups_info
|
||||
{
|
||||
function module()
|
||||
{
|
||||
return array(
|
||||
'filename' => 'ucp_groups',
|
||||
'title' => 'UCP_USERGROUPS',
|
||||
'version' => '1.0.0',
|
||||
'modes' => array(
|
||||
'membership' => array('title' => 'UCP_USERGROUPS_MEMBER', 'auth' => ''),
|
||||
'manage' => array('title' => 'UCP_USERGROUPS_MANAGE', 'auth' => ''),
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
function install()
|
||||
{
|
||||
}
|
||||
|
||||
function uninstall()
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
Reference in New Issue
Block a user