mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 00:37:42 +02:00
Initial commit of user note support for the mcp
git-svn-id: file:///svn/phpbb/trunk@5314 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -289,26 +289,6 @@ class mcp_queue
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
function install()
|
||||
{
|
||||
}
|
||||
|
||||
function uninstall()
|
||||
{
|
||||
}
|
||||
|
||||
function module()
|
||||
{
|
||||
$details = array(
|
||||
'name' => 'MCP - Queue',
|
||||
'description' => 'Module for management of items waiting for approval',
|
||||
'filename' => 'queue',
|
||||
'version' => '0.1.0',
|
||||
'phpbbversion' => '2.2.0'
|
||||
);
|
||||
return $details;
|
||||
}
|
||||
}
|
||||
|
||||
// Approve Post/Topic
|
||||
|
Reference in New Issue
Block a user