diff --git a/libraries/controllers/TableChartController.class.php b/libraries/controllers/TableChartController.class.php index 807a5da0df..ab4b6b9f49 100644 --- a/libraries/controllers/TableChartController.class.php +++ b/libraries/controllers/TableChartController.class.php @@ -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'