From de468832a6718af8e103c27215175491356fc601 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Wed, 12 Dec 2007 16:45:58 +0000 Subject: [PATCH] - change adm/index,php, acp_attachments.html and acp_ban.html to be triggered by the next update git-svn-id: file:///svn/phpbb/trunk@8277 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/adm/index.php | 4 ++-- phpBB/adm/style/acp_attachments.html | 4 ++-- phpBB/adm/style/acp_ban.html | 3 +-- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/phpBB/adm/index.php b/phpBB/adm/index.php index 96ee629a4d..e69e83d041 100644 --- a/phpBB/adm/index.php +++ b/phpBB/adm/index.php @@ -77,8 +77,8 @@ $module->load_active(); adm_page_header($module->get_page_title()); $template->set_filenames(array( - 'body' => $module->get_tpl_name()) -); + 'body' => $module->get_tpl_name(), +)); adm_page_footer(); diff --git a/phpBB/adm/style/acp_attachments.html b/phpBB/adm/style/acp_attachments.html index dd1374fee4..a002ad19ac 100644 --- a/phpBB/adm/style/acp_attachments.html +++ b/phpBB/adm/style/acp_attachments.html @@ -216,7 +216,7 @@

{S_FORM_TOKEN} - + @@ -373,4 +373,4 @@ - + \ No newline at end of file diff --git a/phpBB/adm/style/acp_ban.html b/phpBB/adm/style/acp_ban.html index 85b8acc393..acb6e46df1 100644 --- a/phpBB/adm/style/acp_ban.html +++ b/phpBB/adm/style/acp_ban.html @@ -119,7 +119,6 @@ - - + \ No newline at end of file