From bf8ac19eaa8d74f9dfd6d597190f5664e7339382 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sun, 4 Oct 2009 18:13:59 +0000 Subject: Move trunk/phpBB to old_trunk/phpBB git-svn-id: file:///svn/phpbb/trunk@10210 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/modules/ucp/info/ucp_pm.php | 40 --------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 phpBB/modules/ucp/info/ucp_pm.php (limited to 'phpBB/modules/ucp/info/ucp_pm.php') diff --git a/phpBB/modules/ucp/info/ucp_pm.php b/phpBB/modules/ucp/info/ucp_pm.php deleted file mode 100644 index ade12005c0..0000000000 --- a/phpBB/modules/ucp/info/ucp_pm.php +++ /dev/null @@ -1,40 +0,0 @@ - 'ucp_pm', - 'title' => 'UCP_PM', - 'version' => '1.0.0', - 'modes' => array( - 'view' => array('title' => 'UCP_PM_VIEW', 'auth' => 'cfg_allow_privmsg', 'display' => false, 'cat' => array('UCP_PM')), - 'compose' => array('title' => 'UCP_PM_COMPOSE', 'auth' => 'cfg_allow_privmsg', 'cat' => array('UCP_PM')), - 'drafts' => array('title' => 'UCP_PM_DRAFTS', 'auth' => 'cfg_allow_privmsg', 'cat' => array('UCP_PM')), - 'options' => array('title' => 'UCP_PM_OPTIONS', 'auth' => 'cfg_allow_privmsg', 'cat' => array('UCP_PM')), - 'popup' => array('title' => 'UCP_PM_POPUP_TITLE', 'auth' => 'cfg_allow_privmsg', 'display' => false, 'cat' => array('UCP_PM')), - ), - ); - } - - function install() - { - } - - function uninstall() - { - } -} - -?> \ No newline at end of file -- cgit v1.2.1