1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-31 20:11:54 +02:00

acp module for submitting statistical information to phpBB

git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9698 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Nils Adermann
2009-06-27 20:56:49 +00:00
parent 4bef644a94
commit 6273718dc5
7 changed files with 476 additions and 1 deletions

View File

@@ -39,7 +39,7 @@ class acp_ranks
$this->tpl_name = 'acp_ranks';
$this->page_title = 'ACP_MANAGE_RANKS';
$form_name = 'acp_prune';
$form_name = 'acp_ranks';
add_form_key($form_name);
switch ($action)