1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

- You can now export an entire folder as either CSV or XML :D

git-svn-id: file:///svn/phpbb/trunk@5567 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M
2006-02-21 19:49:35 +00:00
parent cddf792dea
commit d6c8a4a1ae
5 changed files with 160 additions and 43 deletions

View File

@@ -57,8 +57,6 @@ class acp_language
$this->tpl_name = 'acp_language';
$this->page_title = 'ACP_LANGUAGE_PACKS';
$this->u_action = "{$phpbb_admin_path}index.$phpEx$SID&i=$id&mode=$mode";
if ($action == 'upload_data' && request_var('test_connection', ''))
{
$test_connection = false;