Remove explicit inclusion of Table.class.php as it is included in common.inc anyway.

This commit is contained in:
Michal Čihař
2010-07-26 16:35:52 +02:00
parent 81a4fdf0c9
commit 3910ce6121
18 changed files with 1 additions and 37 deletions

View File

@@ -237,8 +237,6 @@ function PMA_usort_comparison_callback($a, $b)
function PMA_DBI_get_tables_full($database, $table = false, $tbl_is_group = false, $link = null,
$limit_offset = 0, $limit_count = false, $sort_by = 'Name', $sort_order = 'ASC')
{
require_once './libraries/Table.class.php';
if (true === $limit_count) {
$limit_count = $GLOBALS['cfg']['MaxTableList'];
}