1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 03:04:09 +02:00

- remove some of my mess :P

git-svn-id: file:///svn/phpbb/trunk@6769 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M
2006-12-15 03:11:34 +00:00
parent 522d52efe4
commit 11e70be6ed
2 changed files with 1 additions and 8 deletions

View File

@@ -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'
));