From 11e70be6edd39fb0956541117e8bf327c94f651e Mon Sep 17 00:00:00 2001 From: David M Date: Fri, 15 Dec 2006 03:11:34 +0000 Subject: [PATCH] - remove some of my mess :P git-svn-id: file:///svn/phpbb/trunk@6769 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/adm/style/acp_database.html | 2 +- phpBB/includes/acp/acp_database.php | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/phpBB/adm/style/acp_database.html b/phpBB/adm/style/acp_database.html index c73670d9a8..11daffa06d 100644 --- a/phpBB/adm/style/acp_database.html +++ b/phpBB/adm/style/acp_database.html @@ -16,7 +16,7 @@
- +

    diff --git a/phpBB/includes/acp/acp_database.php b/phpBB/includes/acp/acp_database.php index dbf78daad7..7949845862 100644 --- a/phpBB/includes/acp/acp_database.php +++ b/phpBB/includes/acp/acp_database.php @@ -1199,7 +1199,6 @@ class acp_database break; default: - $selected = false; $methods = array('sql'); $available_methods = array('sql.gz' => 'zlib', 'sql.bz2' => 'bz2'); @@ -1227,17 +1226,11 @@ class acp_database 'NAME' => gmdate("d-m-Y H:i:s", $matches[1]), 'SUPPORTED' => $supported )); - $selected = true; } } } closedir($dh); - if ($selected === true) - { - $template->assign_var('EXISTS', true); - } - $template->assign_vars(array( 'U_ACTION' => $this->u_action . '&action=submit' ));