diff options
Diffstat (limited to 'phpBB/includes/mcp/mcp_notes.php')
-rwxr-xr-x | phpBB/includes/mcp/mcp_notes.php | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/phpBB/includes/mcp/mcp_notes.php b/phpBB/includes/mcp/mcp_notes.php index 84f523762c..9a7419d0b4 100755 --- a/phpBB/includes/mcp/mcp_notes.php +++ b/phpBB/includes/mcp/mcp_notes.php @@ -54,33 +54,6 @@ class mcp_notes } } -/** -* @package module_install -*/ -class mcp_notes_info -{ - function module() - { - return array( - 'filename' => 'mcp_notes', - 'title' => 'MCP_NOTES', - 'version' => '1.0.0', - 'modes' => array( - 'front' => array('title' => 'MCP_NOTES_FRONT', 'auth' => ''), - 'user_notes' => array('title' => 'MCP_NOTES_USER', 'auth' => ''), - ), - ); - } - - function install() - { - } - - function uninstall() - { - } -} - // // Functions // |