Remove unused code
Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
parent
571f50ea65
commit
c76e7c8c46
@ -122,19 +122,6 @@ class TableChartController extends TableController
|
||||
);
|
||||
$url_params['back'] = 'sql.php';
|
||||
include 'libraries/db_common.inc.php';
|
||||
|
||||
list(
|
||||
$tables,
|
||||
$num_tables,
|
||||
$total_num_tables,
|
||||
$sub_part,
|
||||
$is_show_stats,
|
||||
$db_is_system_schema,
|
||||
$tooltip_truename,
|
||||
$tooltip_aliasname,
|
||||
$pos
|
||||
) = PMA_Util::getDbInfo($db, isset($sub_part) ? $sub_part : '');
|
||||
|
||||
} else {
|
||||
$url_params['goto'] = PMA_Util::getScriptNameForOption(
|
||||
$this->cfg['DefaultTabServer'], 'server'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user