mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
- some stupid bugs
git-svn-id: file:///svn/phpbb/trunk@6994 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -46,6 +46,11 @@ class acp_database
|
||||
$format = request_var('method', '');
|
||||
$where = request_var('where', '');
|
||||
|
||||
if (!sizeof($table))
|
||||
{
|
||||
trigger_error($user->lang['TABLE_SELECT_ERROR'] . adm_back_link($this->u_action));
|
||||
}
|
||||
|
||||
$store = $download = $structure = $schema_data = false;
|
||||
|
||||
if ($where == 'store_and_download' || $where == 'store')
|
||||
@@ -144,7 +149,7 @@ class acp_database
|
||||
}
|
||||
}
|
||||
|
||||
$extractor->write_end($table_name);
|
||||
$extractor->write_end();
|
||||
|
||||
if ($download == true)
|
||||
{
|
||||
|
Reference in New Issue
Block a user