1
0
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:
Graham Eames
2005-11-28 21:01:40 +00:00
parent 6d101df7dc
commit ba6f40ce25
7 changed files with 347 additions and 41 deletions

View File

@@ -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