diff options
Diffstat (limited to 'phpBB/includes/acp/acp_email.php')
-rw-r--r-- | phpBB/includes/acp/acp_email.php | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/phpBB/includes/acp/acp_email.php b/phpBB/includes/acp/acp_email.php index bedab7ea20..395e3ca9ee 100644 --- a/phpBB/includes/acp/acp_email.php +++ b/phpBB/includes/acp/acp_email.php @@ -226,31 +226,4 @@ class acp_email } } -/** -* @package module_install -*/ -class acp_email_info -{ - function module() - { - return array( - 'filename' => 'acp_email', - 'title' => 'ACP_MASS_EMAIL', - 'version' => '1.0.0', - 'modes' => array( - 'email' => array('title' => 'ACP_MASS_EMAIL', 'auth' => 'acl_a_email'), - ), - ); - } - - function install() - { - } - - function uninstall() - { - } -} - - ?>
\ No newline at end of file |