diff options
Diffstat (limited to 'phpBB/includes/ucp/ucp_prefs.php')
-rw-r--r-- | phpBB/includes/ucp/ucp_prefs.php | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/phpBB/includes/ucp/ucp_prefs.php b/phpBB/includes/ucp/ucp_prefs.php index 948aa3999c..8bddeee325 100644 --- a/phpBB/includes/ucp/ucp_prefs.php +++ b/phpBB/includes/ucp/ucp_prefs.php @@ -426,32 +426,4 @@ class ucp_prefs } } -/** -* @package module_install -*/ -class ucp_prefs_info -{ - function module() - { - return array( - 'filename' => 'ucp_prefs', - 'title' => 'UCP_PREFS', - 'version' => '1.0.0', - 'modes' => array( - 'personal' => array('title' => 'UCP_PREFS_PERSONAL', 'auth' => ''), - 'view' => array('title' => 'UCP_PREFS_VIEW', 'auth' => ''), - 'post' => array('title' => 'UCP_PREFS_POST', 'auth' => ''), - ), - ); - } - - function install() - { - } - - function uninstall() - { - } -} - ?>
\ No newline at end of file |